We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d69f0d9 commit a701526Copy full SHA for a701526
1 file changed
.github/workflows/lint-workflows.yml
@@ -0,0 +1,12 @@
1
+name: Lint GitHub Actions workflows
2
+
3
+on:
4
+ pull_request:
5
+ push:
6
+ branches:
7
+ - main
8
+ - master
9
10
+jobs:
11
+ lint-workflows:
12
+ uses: inpsyde/reusable-workflows/.github/workflows/lint-workflows.yml@main
0 commit comments