Skip to content

Commit

Permalink
add:パーミッションチェック追加
Browse files Browse the repository at this point in the history
  • Loading branch information
yhikishima committed Jan 9, 2025
1 parent 953dec6 commit 500cc39
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ jobs:
build:
name: Lint
runs-on: ubuntu-latest

permissions:
contents: read
packages: read
# To report GitHub Actions status checks
statuses: write

steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down

0 comments on commit 500cc39

Please sign in to comment.