Skip to content

Commit 83bcb40

Browse files
committed
Update GitHub Actions workflow name and enhance structure for clarity
1 parent 0e309b4 commit 83bcb40

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Workflow
1+
name: GitHub Actions Workflow Linter
22

33
on:
44
pull_request: null
@@ -11,8 +11,10 @@ jobs:
1111
name: Actionlint
1212
runs-on: ubuntu-22.04
1313
steps:
14+
1415
- name: Checkout repository
1516
uses: actions/checkout@v4
17+
1618
- name: Analyze workflow files
1719
uses: docker://rhysd/actionlint:1.7.0
1820
with:

0 commit comments

Comments
 (0)