Skip to content

Commit

Permalink
disable lychee
Browse files Browse the repository at this point in the history
  • Loading branch information
trevyn committed Feb 24, 2024
1 parent 0da9e3c commit 0ede56e
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ env:
CARGO_TERM_COLOR: always

jobs:
checklinks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# checklinks:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3

- uses: trevyn/lychee-action@v1
id: lychee
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: --verbose --no-progress --header="accept=text/html" "**/*.md" "**/*.rs" "**/*.json" "**/*.toml" "**/*.yml"
# - uses: trevyn/lychee-action@v1
# id: lychee
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# args: --verbose --no-progress --header="accept=text/html" "**/*.md" "**/*.rs" "**/*.json" "**/*.toml" "**/*.yml"

- name: Fail if there were link-check errors
run: exit ${{ steps.lychee.outputs.exit_code }}
# - name: Fail if there were link-check errors
# run: exit ${{ steps.lychee.outputs.exit_code }}

test:
name: test rust ${{ matrix.rust }}
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
working-directory: "tracked-impl"

publish:
needs: [checklinks, test, todo-or-die]
needs: [test, todo-or-die]
runs-on: ubuntu-latest
if: ${{ startsWith(github.event.head_commit.message, 'tracked@') && github.event_name == 'push' && github.ref == 'refs/heads/main' }}

Expand Down

0 comments on commit 0ede56e

Please sign in to comment.