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

Commit 17b0682

Browse files
committed
Auto merge of #302 - dario23:style-check-descriptions, r=JohnTitor
Update style check CI job descriptions The overall label "Shellcheck" somewhat hid the `clippy` and `rustfmt` runs underneath, so change it to "Style and Linters"
2 parents da449fa + dd9f099 commit 17b0682

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)