Skip to content

add name

add name #2

Workflow file for this run

name: Broken Link Check
on:
push:
branches:
- '**' # Trigger on commits to any branch
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
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