Skip to content

Commit

Permalink
Change job names
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Dec 1, 2023
1 parent 6c1b3be commit 9ab806c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linkchecker.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Check Markdown links
on: push
jobs:
Check markdown links in the repo root:
repo-root:
runs-on: ubuntu-latest
steps:
# Check out the latest version of the code
Expand All @@ -12,7 +12,7 @@ jobs:
folder-path: '.'
max-depth: 1

Check markdown links in docs/docs:
docs:
runs-on: ubuntu-latest
steps:
# Check out the latest version of the code
Expand Down

0 comments on commit 9ab806c

Please sign in to comment.