chore(deps): bump reth-primitives from 383eb23
to f28c71c
in /bolt-sidecar
#1054
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Linkspector | |
on: | |
pull_request: | |
push: | |
branches: | |
- unstable | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | |
cancel-in-progress: true | |
jobs: | |
check-links: | |
name: runner / linkspector | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Run linkspector | |
uses: umbrelladocs/[email protected] | |
with: | |
github_token: ${{ secrets.github_token }} | |
reporter: github-pr-review | |
config_file: .github/.linkspector.yml | |
fail_on_error: true | |
filter_mode: nofilter |