Skip to content

Minor correction to build script, should use which to resolve gh #111

Minor correction to build script, should use which to resolve gh

Minor correction to build script, should use which to resolve gh #111

Workflow file for this run

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