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 0230503 commit 430e0b3Copy full SHA for 430e0b3
.github/workflows/eclint.yml
.github/workflows/linter.yml
@@ -0,0 +1,18 @@
1
+name: Lint
2
+on:
3
+ pull_request:
4
+
5
+jobs:
6
+ build:
7
+ name: Lint
8
+ runs-on: ubuntu-latest
9
10
+ steps:
11
+ - name: Checkout Code
12
+ uses: actions/checkout@v2
13
14
+ - name: Lint Code Base
15
+ uses: github/super-linter@v3
16
+ env:
17
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18
+ FILTER_REGEX_EXCLUDE: .*.template
.github/workflows/markdown-link-check.yml
.github/workflows/shfmt.yml
0 commit comments