Skip to content

(ci) Perform shellcheck against the ./script dir in GH actions #1

(ci) Perform shellcheck against the ./script dir in GH actions

(ci) Perform shellcheck against the ./script dir in GH actions #1

Workflow file for this run

name: Main build
on: [push]
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -s bash
with:
scandir: './script'