summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBreno Rodrigues Guimaraes <brenorg@gmail.com>2023-03-11 11:14:40 -0300
committerBreno Rodrigues Guimaraes <brenorg@gmail.com>2023-03-11 11:37:12 -0300
commit3710a7023368f074399a96414f60074afe080008 (patch)
tree969551ab603cf958f47af201e5e82415c65a1c7c
parent8adc31ed7b30b689e50314c1c8a1842bc6e164af (diff)
downloadpatchelf-3710a7023368f074399a96414f60074afe080008.tar.gz
Make CI run shellcheck on all tests
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 5 insertions, 0 deletions
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: