Skip to content

Commit

Permalink
bump_lychee
Browse files Browse the repository at this point in the history
  • Loading branch information
epompeii committed Oct 20, 2024
1 parent 13e7d02 commit b51877d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN rustup target add wasm32-unknown-unknown --toolchain $RUST_VERSION-$(uname -
RUN cargo install diesel_cli --version 2.1.1 --locked --no-default-features --features sqlite
RUN cargo install wasm-pack --version 0.12.1 --locked
RUN cargo install typeshare-cli --version 1.9.2 --locked
# RUN cargo install lychee --version 0.15.0 --locked
RUN cargo install lychee --version 0.16.1 --locked

# Install `flyctl`: https://fly.io/docs/getting-started/installing-flyctl/
RUN curl -L https://fly.io/install.sh | sh
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/bencher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -745,13 +745,10 @@ jobs:
working-directory: ./services/console
run: npm run netlify
- name: Test Links
uses: lycheeverse/[email protected]
continue-on-error: true
uses: lycheeverse/[email protected]
with:
args: --config ./services/console/lychee.toml ./services/console/dist
- name: Failed Lychee
continue-on-error: true
if: env.lychee_exit_code != 0
run: exit ${{ env.lychee_exit_code }}

# API Fly.io
deploy_api_fly_dev:
Expand Down

0 comments on commit b51877d

Please sign in to comment.