Skip to content

Commit cbe0ca4

Browse files
Ensure hlint runs on CI (#6)
* Ensure hlint runs on CI Signed-off-by: Mihai Maruseac <[email protected]> * Need to pass a tag Signed-off-by: Mihai Maruseac <[email protected]> * Temporarily use commit Signed-off-by: Mihai Maruseac <[email protected]> * Fix path Signed-off-by: Mihai Maruseac <[email protected]> --------- Signed-off-by: Mihai Maruseac <[email protected]>
1 parent 60c0bda commit cbe0ca4

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.github/workflows/workflow.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,9 @@ jobs:
2323
- run: yarn compile
2424
- run: yarn package
2525
- run: yarn test
26-
27-
#test:
28-
# runs-on: ubuntu-latest
29-
# steps:
30-
# - uses: actions/checkout@v4
31-
# - name: Set up HLint
32-
# uses: ./hlint-setup
33-
# - run: hlint --version
34-
# - uses: ./hlint-run
35-
# with:
36-
# path: ./hlint-run/test/Example.hs
26+
- name: Set up HLint
27+
uses: haskell-actions/hlint-setup@479607c42f1ab77f0a58ad02f981f5ebd7928415 # v2.4.8
28+
- run: hlint --version
29+
- uses: ./
30+
with:
31+
path: ./test/Example.hs

0 commit comments

Comments
 (0)