From 8f39b53c4b2198a61bfac8e88009598ca33f2315 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Lindh=C3=A9?= Date: Sun, 30 Jul 2023 19:18:36 +0200 Subject: [PATCH] Add ShellCheck --- .github/workflows/lint.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 250a206..650c8c4 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -6,7 +6,7 @@ jobs: ShellCheck: runs-on: ubuntu-latest steps: - - run: echo "Test" - name: Check out ${{ github.repository }}:${{ github.ref_name }} uses: actions/checkout@v3 - - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." + - name: Run ShellCheck + uses: ludeeus/action-shellcheck@2.0.0