Skip to content

Commit 8817573

Browse files
authored
Update .github/workflows/style-guide.yml
1 parent 51bf9de commit 8817573

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/style-guide.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ jobs:
77
name: Linting with Vale
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
10+
- name: Checkout
11+
uses: actions/checkout@v4
1112
- name: Install Asciidoctor
1213
run: sudo apt-get install -y asciidoctor
1314
- name: Run Vale on new and modified content

0 commit comments

Comments
 (0)