From 3710a7023368f074399a96414f60074afe080008 Mon Sep 17 00:00:00 2001 From: Breno Rodrigues Guimaraes Date: Sat, 11 Mar 2023 11:14:40 -0300 Subject: Make CI run shellcheck on all tests --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d52a45c..430cf21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,11 @@ on: pull_request: push: jobs: + shellcheck: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - run: shellcheck tests/*.sh nix: runs-on: ubuntu-latest steps: -- cgit v1.2.1