Skip to content

Shellcheck - fix errors and add to CI (#26) #2

Shellcheck - fix errors and add to CI (#26)

Shellcheck - fix errors and add to CI (#26) #2

Workflow file for this run

name: ShellCheck
on:
- push
- pull_request
- workflow_call
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master