Skip to content

Commit

Permalink
Add permissions to the code checks workflow (#35)
Browse files Browse the repository at this point in the history
This changeset adds explicit permissions to the test/lint
workflow for the repo.
  • Loading branch information
bsweger authored Feb 11, 2025
1 parent 8f395a9 commit ef37a91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-code-checks.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: run-code-checks
permissions:
contents: read

on:
push:
Expand Down

0 comments on commit ef37a91

Please sign in to comment.