Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit c97141d

Browse files
committed
WIP: testing
1 parent adde969 commit c97141d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/hlint-run.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
defaults:
1010
run:
11-
working-directory: "./hlint-run"
11+
working-directory: "hlint-run"
1212

1313
jobs:
1414
unit-tests:
@@ -30,7 +30,6 @@ jobs:
3030
uses: rwe/actions-hlint-setup@v1
3131

3232
- run: hlint --version
33-
3433
# 2021-11-12: NOTE: Is this would be relative to the default workdir?
3534
- uses: ./
3635
with:

.github/workflows/hlint-setup.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,26 @@ on:
88

99
defaults:
1010
run:
11-
working-directory: "./hlint-setup"
11+
working-directory: "hlint-setup"
1212

1313
jobs:
1414
unit-tests:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v2
1818
- run: yarn
19+
working-directory: "hlint-setup"
1920
- run: yarn test
21+
working-directory: "hlint-setup"
2022

2123
test:
2224
runs-on: ubuntu-latest
2325
steps:
2426
- uses: actions/checkout@v2
2527
- run: yarn
28+
working-directory: "hlint-setup"
2629
- run: yarn compile
2730
- run: yarn package
2831
# 2021-11-12: NOTE: Is this would be relative to the default workdir?
29-
- uses: ./
32+
- uses: ./hlint-setup
3033
- run: hlint --version

0 commit comments

Comments
 (0)