Skip to content

Merge pull request #7 from valicm/6-add-validation-for-output-file-th… #8

Merge pull request #7 from valicm/6-add-validation-for-output-file-th…

Merge pull request #7 from valicm/6-add-validation-for-output-file-th… #8

Workflow file for this run

name: ShellCheck
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Repository checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- id: ShellCheck
name: Differential ShellCheck
uses: redhat-plumbers-in-action/differential-shellcheck@v5
with:
severity: warning
token: ${{ secrets.GITHUB_TOKEN }}