Skip to content

Commit

Permalink
Merge pull request #188 from anothrNick/sammcj-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
sammcj authored Sep 27, 2022
2 parents 43ed073 + 72430fa commit aba31d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:

permissions:
pull-requests: write
checks: write
contents: read

jobs:
lint-bash:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ on:
- synchronize
workflow_dispatch:

permissions:
pull-requests: write
checks: write
contents: read

jobs:
test-action:
runs-on: ubuntu-latest
Expand Down

0 comments on commit aba31d4

Please sign in to comment.