From 60c69dea70dd846171de1021e331171703c81656 Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: Tue, 14 Jan 2025 23:34:05 +0300 Subject: [PATCH] Add shellcheck to ci.installer.yml --- .github/workflows/ci.installer.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.installer.yml b/.github/workflows/ci.installer.yml index 53b529d..52c22f7 100644 --- a/.github/workflows/ci.installer.yml +++ b/.github/workflows/ci.installer.yml @@ -26,6 +26,12 @@ jobs: - run: cat ./installer.sh | sh - run: pkgx --version + shellcheck: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: reviewdog/action-shellcheck@v1 + usage-as-proxy: runs-on: ubuntu-latest steps: