We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3815e commit 237c588Copy full SHA for 237c588
.github/workflows/automerge.yml
@@ -1,3 +1,6 @@
1
+# File managed by web3-bot. DO NOT EDIT.
2
+# See https://github.com/protocol/.github/ for details.
3
+
4
name: Automerge
5
on: [ pull_request ]
6
.github/workflows/js-test-and-release.yml
name: test & maybe release
on:
push:
@@ -17,6 +20,7 @@ jobs:
17
20
- uses: ipfs/aegir/actions/cache-node-modules@master
18
21
- run: npm run --if-present lint
19
22
- run: npm run --if-present dep-check
23
+ - run: npm run --if-present doc-check
24
25
test-node:
26
needs: check
0 commit comments