Skip to content

Commit ca0b6ed

Browse files
iennaepattishin
andauthored
Remove the docs step in CI (GoogleCloudPlatform#3540)
While this is a useful action (validates links in the README and markdown files), it's pulling from a previous Googlers personal actions which is against the current policy. We can revisit doing this in the future and unblock current CI by removing it for now. Co-authored-by: Patti Shin <pattishin@users.noreply.github.com>
1 parent 1efc657 commit ca0b6ed

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,6 @@ jobs:
3131
node-version: 18
3232
- run: npm install
3333
- run: npm run lint
34-
docs:
35-
permissions:
36-
contents: 'read'
37-
id-token: 'write'
38-
runs-on: ubuntu-latest
39-
steps:
40-
- uses: actions/checkout@v3.5.3
41-
- uses: JustinBeckwith/linkinator-action@v1
42-
with:
43-
paths: "**/*.md"
44-
linksToSkip: "localhost"
4534
region-tags:
4635
permissions:
4736
contents: 'read'

0 commit comments

Comments
 (0)