Skip to content

Commit

Permalink
Add shellcheck and bats to release action
Browse files Browse the repository at this point in the history
  • Loading branch information
gocom committed Jun 22, 2021
1 parent 5a8085d commit 6d95081
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
with:
node-version: '12.x'

- name: Install shellcheck
run: sudo apt-get install shellcheck

- name: Install bats
run: sudo npm install -g bats

- name: Install Pandoc
run: sudo apt-get install pandoc

Expand Down

0 comments on commit 6d95081

Please # to comment.