Skip to content

Commit

Permalink
Merge pull request #218 from spdx/black-linter-read-only
Browse files Browse the repository at this point in the history
Make permissions read-only for black linter
  • Loading branch information
jspeed-meyers authored Nov 10, 2024
2 parents 45ad6a7 + b3db610 commit ab2ad35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
branches:
- main

permissions:
contents: read

jobs:
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ab2ad35

Please sign in to comment.