aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 4f430a3..836d891 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -10,8 +10,4 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Run tests.
- run: |
- wget https://github.com/koalaman/shellcheck/releases/download/v0.7.1/shellcheck-v0.7.1.linux.x86_64.tar.xz
- xz -cd shellcheck-v0.7.1.linux.x86_64.tar.xz | tar xf -
- export PATH=shellcheck-v0.7.1:$PATH
- make test
+ run: make test