Skip to content

Bump actions/checkout from 4.2.1 to 4.2.2 #32

Bump actions/checkout from 4.2.1 to 4.2.2

Bump actions/checkout from 4.2.1 to 4.2.2 #32

Workflow file for this run

---
name: Linting (Shellcheck)
on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
shellcheck:
name: Run shellcheck against shell scripts
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
additional_files: "run finish"