We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 288e81e commit c2c7df6Copy full SHA for c2c7df6
.github/workflows/ci.yaml
@@ -46,15 +46,3 @@ jobs:
46
node-version: 14
47
- run: npm install
48
- run: npm run lint
49
- docs:
50
- runs-on: ubuntu-latest
51
- steps:
52
- - uses: actions/checkout@v3
53
- - uses: actions/setup-node@v3
54
- with:
55
- node-version: 14
56
- - run: npm install
57
- - run: npm run docs
58
- - uses: JustinBeckwith/linkinator-action@v1
59
60
- paths: docs/
owlbot.py
@@ -24,6 +24,7 @@
24
s.copy(templates, excludes=['.jsdoc.js',
25
'.github/release-please.yml',
26
'.github/sync-repo-settings.yaml',
27
+ '.github/workflows/ci.yaml',
28
'.prettierrc.js',
29
'.mocharc.js',
30
'.kokoro/continuous/node14/system-test.cfg',
0 commit comments