Skip to content

Commit

Permalink
ci: add clippy_check permissions.checks.write
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Dec 20, 2023
1 parent b13505c commit b8c01fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ jobs:

clippy_check:
runs-on: ubuntu-latest
permissions:
checks: write
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit b8c01fe

Please sign in to comment.