Skip to content

Commit

Permalink
Remove the docs step in CI (GoogleCloudPlatform#3540)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
iennae and pattishin authored Oct 11, 2023
1 parent 1efc657 commit ca0b6ed
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,6 @@ jobs:
node-version: 18
- run: npm install
- run: npm run lint
docs:
permissions:
contents: 'read'
id-token: 'write'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.3
- uses: JustinBeckwith/linkinator-action@v1
with:
paths: "**/*.md"
linksToSkip: "localhost"
region-tags:
permissions:
contents: 'read'
Expand Down

0 comments on commit ca0b6ed

Please sign in to comment.