Skip to content

Add handling of .skip_lint file(s) #223

Add handling of .skip_lint file(s)

Add handling of .skip_lint file(s) #223

Workflow file for this run

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