Skip to content

sw: workflow: Install sworkflow #43

sw: workflow: Install sworkflow

sw: workflow: Install sworkflow #43

Workflow file for this run

name: ShellCheck scripts
on:
[push, pull_request]
jobs:
shellCheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run shellcheck.
run: while read -r script; do shellcheck --exclude=SC1090,SC1091 $script; done < files