Skip to content

Commit cf66130

Browse files
Check that action completes successfully (#6)
Signed-off-by: Mihai Maruseac <[email protected]>
1 parent 1cf4ebc commit cf66130

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,5 @@ 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-
# - uses: actions/setup-node@v3
32-
# with:
33-
# node-version: "16"
34-
# cache: "yarn"
35-
# cache-dependency-path: .-setup/yarn.lock
36-
# - run: yarn
37-
# - run: yarn compile
38-
# - run: yarn package
39-
# - uses: ./
40-
# - run: hlint --version
26+
- uses: ./
27+
- run: hlint --version

0 commit comments

Comments
 (0)