Skip to content

Explicitly specify shellcheck directives to ignore a (non-available) … #5

Explicitly specify shellcheck directives to ignore a (non-available) …

Explicitly specify shellcheck directives to ignore a (non-available) … #5

Workflow file for this run

name: shellcheck
on: [push, pull_request]
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master