We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb53790 commit 9d54c69Copy full SHA for 9d54c69
‎.github/workflows/basic-linters.yml‎
@@ -0,0 +1,10 @@
1
+name: Vality basic linters
2
+
3
+on:
4
+ pull_request:
5
+ branches:
6
+ - "*"
7
8
+jobs:
9
+ lint:
10
+ uses: valitydev/base-workflows/.github/workflows/basic-linters.yml@v1
0 commit comments