Improve the pre-commit and .github YAML files

This commit is contained in:
John Bampton
2024-03-23 22:46:19 +10:00
parent a810b9bca8
commit cc6d25dc29
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
build:
permissions:
contents: read # for actions/checkout to fetch code
statuses: write # for github/super-linter/slim to mark status of each linter run
statuses: write # for super-linter/super-linter/slim to mark status of each linter run
name: Lint Code Base
runs-on: ubuntu-latest
steps: