Skip to content

V0.1.1

V0.1.1 #2

Workflow file for this run

on:
# - push
- pull_request
- workflow_call
name: "Shellcheck"
permissions: {}
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
severity: warning