Skip to content

pr35 fix

pr35 fix #56

name: Differential ShellCheck
on:
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- name: Repository checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Differential ShellCheck
uses: redhat-plumbers-in-action/differential-shellcheck@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}