Skip to content

Commit 300082f

Browse files
authored
Lint GitHub Actions
1 parent 0e8f35c commit 300082f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ permissions:
1717
contents: read
1818

1919
jobs:
20+
actions:
21+
uses: typisttech/.github/.github/workflows/lint-actions.yml@v3
22+
2023
php:
2124
uses: typisttech/.github/.github/workflows/lint-php.yml@v3
2225
with:
@@ -29,6 +32,7 @@ jobs:
2932

3033
wait-for-all-lint:
3134
needs:
35+
- actions
3236
- php
3337
- go
3438
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)