From 2bfe1d4c41323c443697d7846bdfb36aca880f0f Mon Sep 17 00:00:00 2001 From: mishamyrt Date: Thu, 30 Nov 2023 00:36:38 +0300 Subject: [PATCH] chore: add shellcheck linting --- .github/workflows/qa.yaml | 4 ++-- Makefile | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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 \