Skip to content

Commit ec85ca8

Browse files
committed
Improve naming of workflows.
1 parent 6ab9e1a commit ec85ca8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check-md-links.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: push
44

55
jobs:
66
check-markdown-links:
7-
name: 'Link Checker'
7+
name: 'Check Markdown links'
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4

.github/workflows/enforce-labels.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Enforce PR labels
1+
name: Label Checker
22
on:
33
pull_request:
44
types: [opened, labeled, unlabeled, synchronize]
55
jobs:
66
enforce-labels:
7-
name: Enforce PR labels
7+
name: 'Enforce PR labels'
88
runs-on: ubuntu-latest
99
permissions:
1010
issues: write

0 commit comments

Comments
 (0)