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

Update style check CI job descriptions #302

Merged
merged 1 commit into from
May 22, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
strategy:
fail-fast: false

name: Shellcheck
name: Style and Linters
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Run tests
- name: Shellcheck
run: |
shellcheck --version
shellcheck ci/*.sh
Expand Down