Skip to content

Commit 60cd123

Browse files
committed
ci: Add linting job with GitHub Actions with zizmor.
1 parent eb2c785 commit 60cd123

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,16 @@ jobs:
100100
path: coverage/coverage.*
101101
if-no-files-found: error
102102

103+
lint-github-actions:
104+
name: Lint GitHub Actions
105+
permissions:
106+
security-events: write
107+
uses: zizmorcore/workflow/.github/workflows/reusable-zizmor.yml@1ae473d8672fe7613e809d86d202a35063736e16
108+
103109
check:
104110
name: Check
105111
if: always()
106-
needs: [lint, test]
112+
needs: [lint, lint-github-actions, test]
107113
runs-on: ubuntu-latest
108114
steps:
109115
- name: Decide whether the needed jobs succeeded or failed

0 commit comments

Comments
 (0)