aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml (renamed from .github/workflows/bats.yml)5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/bats.yml b/.github/workflows/ci.yml
index 2294530..278906f 100644
--- a/.github/workflows/bats.yml
+++ b/.github/workflows/ci.yml
@@ -1,11 +1,12 @@
-name: "BATS"
+name: "CI"
on: [push, pull_request]
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
-
+ - name: shellcheck
+ uses: ludeeus/action-shellcheck@0.1.0
- name: Setup BATS
uses: mig4/setup-bats@master
with: