Skip to content

Commit bfa2b84

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/elliptic-6.5.7
2 parents 61fb1c1 + f1359a4 commit bfa2b84

File tree

6 files changed

+1290
-610
lines changed

6 files changed

+1290
-610
lines changed

.github/workflows/default.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,12 @@ jobs:
3131
- name: Test
3232
run: npm run test:ci
3333
- name: Codecov
34-
uses: codecov/codecov-action@v3
34+
uses: codecov/codecov-action@v4
3535
with:
3636
fail_ci_if_error: true
3737
verbose: true
38+
env:
39+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3840
lint:
3941
name: Lint
4042
runs-on: ubuntu-latest

docs/usage/tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Then add the table in the `section`
2222
const doc = new Document({
2323
sections: [{
2424
children: [table],
25-
}];
25+
}],
2626
});
2727
```
2828

0 commit comments

Comments
 (0)