Skip to content

Fix shell scripts, add shellcheck workflow #1

Fix shell scripts, add shellcheck workflow

Fix shell scripts, add shellcheck workflow #1

Workflow file for this run

---
name: shellcheck
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
shellcheck:
name: shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master