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 885b714 commit 3dcd056Copy full SHA for 3dcd056
.github/workflows/HLint.yml
@@ -0,0 +1,25 @@
1
+name: "Checking code"
2
+
3
+on:
4
+ pull_request:
5
+ push:
6
+ branches:
7
+ - master
8
9
+jobs:
10
+ build10:
11
+ name: "HLint"
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - uses: actions/checkout@v2
15
16
+ - name: 'Installing'
17
+ uses: rwe/actions-hlint-setup@v1
18
+ with:
19
+ version: '3.3.1'
20
21
+ - name: 'Checking code'
22
+ uses: rwe/actions-hlint-run@v1
23
24
+ path: .
25
+ fail-on: warning
0 commit comments