We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12f7ff9 + 3e10fb6 commit 0f10b4eCopy full SHA for 0f10b4e
1 file changed
.github/workflows/test.yml
@@ -0,0 +1,12 @@
1
+name: Test
2
+
3
+on: [pull_request]
4
5
+jobs:
6
+ lint:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@v3
10
11
+ - uses: reviewdog/action-actionlint@v1
12
+ name: Lint GitHub Actions
0 commit comments