Skip to content

Commit 5024fb9

Browse files
authored
Lint GitHub Actions (#85)
1 parent d54c6b3 commit 5024fb9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/lint.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,16 @@ permissions:
1717
contents: read
1818

1919
jobs:
20+
actions:
21+
uses: typisttech/.github/.github/workflows/lint-actions.yml@v3
22+
2023
go:
2124
uses: typisttech/.github/.github/workflows/lint-go.yml@v3
25+
26+
wait-for-all-lint:
27+
needs:
28+
- actions
29+
- go
30+
runs-on: ubuntu-latest
31+
steps:
32+
- run: exit 0

0 commit comments

Comments
 (0)