Skip to content

Broken Link Workflow #1

Broken Link Workflow

Broken Link Workflow #1

Workflow file for this run

on:
push:
branches:
- '**' # Trigger on commits to any branch
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Check failure on line 8 in .github/workflows/broken-links.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/broken-links.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
name: Broken Link Check
jobs:
check:
name: Broken Link Check
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Broken Link Check
uses: technote-space/broken-link-checker-action@gh-actions