Skip to content

Merge pull request #1583 from nethad/patch-1 #116

Merge pull request #1583 from nethad/patch-1

Merge pull request #1583 from nethad/patch-1 #116

Workflow file for this run

---
name: Lint
on:
push:
branches: [master]
pull_request:
branches: [master]
permissions:
contents: read
jobs:
shellcheck:
runs-on: ubuntu-latest
permissions:
security-events: write
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 }}