Minor correction to build script, should use which to resolve gh #110
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Shellcheck Action | |
on: push | |
jobs: | |
build: | |
name: Shellcheck | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- uses: ludeeus/action-shellcheck@2.0.0 | |
name: Shellcheck |