Skip to content

[#99]: Filter out files when using report_pr_changes input #56

[#99]: Filter out files when using report_pr_changes input

[#99]: Filter out files when using report_pr_changes input #56

Workflow file for this run

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