Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit dd9f099

Browse files
committed
Update style check CI job descriptions
1 parent 71d2bb1 commit dd9f099

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/style.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414

15-
name: Shellcheck
15+
name: Style and Linters
1616
runs-on: ubuntu-latest
1717

1818
steps:
1919
- uses: actions/checkout@v2
2020

21-
- name: Run tests
21+
- name: Shellcheck
2222
run: |
2323
shellcheck --version
2424
shellcheck ci/*.sh

0 commit comments

Comments
 (0)