aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Meißelbach <arbelzapf@gmail.com>2019-11-28 23:13:27 +0100
committerMoritz Meißelbach <arbelzapf@gmail.com>2019-11-28 23:13:27 +0100
commit90db7cc7c3e10d4e6bbd2c1b9887e345b993ec80 (patch)
tree31dca3fa00992ebb78b1122de7f3cfb7a4390fc1
parent7889ff6774fa26fdc9b069455037abe553350a07 (diff)
downloadsway-launcher-desktop-90db7cc7c3e10d4e6bbd2c1b9887e345b993ec80.tar.gz
sway-launcher-desktop-90db7cc7c3e10d4e6bbd2c1b9887e345b993ec80.zip
Try shellcheck
-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: