Skip to content

Commit 247c2a9

Browse files
refactor: resolve lint error
1 parent 03cc6e4 commit 247c2a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: ./.github/actions/setup
3737

3838
- name: Run unit tests
39-
run: yarn test --maxWorkers=2 --coverage
39+
run: yarn test --maxWorkers=2 --coverage --passWithNoTests
4040

4141
build-library:
4242
runs-on: ubuntu-latest

docs/next.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ module.exports = {
77
...withNextra({
88
output: 'export',
99
}),
10-
};
10+
};

0 commit comments

Comments
 (0)