Skip to content

chore(deps): bump ubuntu from 22.04 to 24.04 in /tests/ubuntu #62

chore(deps): bump ubuntu from 22.04 to 24.04 in /tests/ubuntu

chore(deps): bump ubuntu from 22.04 to 24.04 in /tests/ubuntu #62

Workflow file for this run

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