Skip to content

Commit 237c588

Browse files
authored
ci: update Unified CI configuration (#2)
1 parent 7e3815e commit 237c588

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/automerge.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# File managed by web3-bot. DO NOT EDIT.
2+
# See https://github.com/protocol/.github/ for details.
3+
14
name: Automerge
25
on: [ pull_request ]
36

.github/workflows/js-test-and-release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# File managed by web3-bot. DO NOT EDIT.
2+
# See https://github.com/protocol/.github/ for details.
3+
14
name: test & maybe release
25
on:
36
push:
@@ -17,6 +20,7 @@ jobs:
1720
- uses: ipfs/aegir/actions/cache-node-modules@master
1821
- run: npm run --if-present lint
1922
- run: npm run --if-present dep-check
23+
- run: npm run --if-present doc-check
2024

2125
test-node:
2226
needs: check

0 commit comments

Comments
 (0)