Skip to content

Add warning level to shellcheck #1

Add warning level to shellcheck

Add warning level to shellcheck #1

Workflow file for this run

name: Shellcheck
on: [push, pull_request]
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
severity: warning
ignore_paths: cookbooks/third-party