Skip to content

chore(deps): bump boto3 from 1.43.24 to 1.43.25 #951

chore(deps): bump boto3 from 1.43.24 to 1.43.25

chore(deps): bump boto3 from 1.43.24 to 1.43.25 #951

Workflow file for this run

name: Linkspector
on:
pull_request:
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Create a configuration file
uses: 1arp/create-a-file-action@0.4.6
with:
file: .linkspector.yml
content: |
dirs: ['.']
useGitIgnore: true
modifiedFilesOnly: true
- name: Run Linkspector
uses: umbrelladocs/action-linkspector@v1.5.4
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
fail_on_error: "true"