Skip to content

Commit 0fe76a3

Browse files
committed
fix: change cover to lint
1 parent 31c3b3b commit 0fe76a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/semantic-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
node: [8, 10, 12]
1717
os:
18-
# - ubuntu-latest
18+
- ubuntu-latest
1919
- windows-latest
2020
- macOS-latest
2121

@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
node-version: ${{ matrix.node }}
3131
- name: Install & test/cover
32-
run: npm ci && npm run cover
32+
run: npm ci && npm run lint
3333
env:
3434
CI: true
3535

0 commit comments

Comments
 (0)