Skip to content

Commit

Permalink
add name
Browse files Browse the repository at this point in the history
  • Loading branch information
leslieber committed Oct 29, 2024
1 parent 6e69b31 commit a6211d0
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/broken-links.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@

name: Broken Link Check

on:
push:
branches:
- '**' # Trigger on commits to any branch

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

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
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

0 comments on commit a6211d0

Please sign in to comment.