File tree Expand file tree Collapse file tree 2 files changed +13
-12
lines changed
Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -60,15 +60,15 @@ jobs:
6060 node-version : 18
6161 - run : npm install
6262 - run : npm run lint
63- docs :
64- runs-on : ubuntu-latest
65- steps :
66- - uses : actions/checkout@v5
67- - uses : actions/setup-node@v4
68- with :
69- node-version : 18
70- - run : npm install
71- - run : npm run docs
72- - uses : JustinBeckwith/linkinator-action@v1
73- with :
74- paths : docs/
63+ # docs:
64+ # runs-on: ubuntu-latest
65+ # steps:
66+ # - uses: actions/checkout@v5
67+ # - uses: actions/setup-node@v4
68+ # with:
69+ # node-version: 18
70+ # - run: npm install
71+ # - run: npm run docs
72+ # - uses: JustinBeckwith/linkinator-action@v1
73+ # with:
74+ # paths: docs/
Original file line number Diff line number Diff line change 2020 '.github/PULL_REQUEST_TEMPLATE.md' ,
2121 '.github/release-please.yml' ,
2222 '.github/header-checker-lint.yaml' ,
23+ '.github/workflows/ci.yaml' ,
2324 '.eslintignore' ,
2425 'renovate.json'
2526])
You can’t perform that action at this time.
0 commit comments