Skip to content

Commit

Permalink
chore: add shellcheck linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mishamyrt committed Nov 29, 2023
1 parent 285b42d commit 2bfe1d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
- uses: swift-actions/setup-swift@v1
with:
swift-version: '5.9'
- name: Install swiftlint
run: brew install swiftlint
- name: Setup linters
run: brew install swiftlint shellcheck
- name: Setup dependencies
run: swift package resolve
- name: Check build
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ build:
.PHONY: lint
lint:
swiftlint lint --config .swiftlint.yaml .
shellcheck -a scripts/runon.bash

install:
rm -f \
Expand Down

0 comments on commit 2bfe1d4

Please sign in to comment.