diff --git a/.github/workflows/qa.yaml b/.github/workflows/qa.yaml index e599069..49e7a03 100644 --- a/.github/workflows/qa.yaml +++ b/.github/workflows/qa.yaml @@ -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 diff --git a/Makefile b/Makefile index ed0d9fb..93fc986 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ build: .PHONY: lint lint: swiftlint lint --config .swiftlint.yaml . + shellcheck -a scripts/runon.bash install: rm -f \