Skip to content

Bump actions/checkout from 4.2.0 to 4.2.1 #31

Bump actions/checkout from 4.2.0 to 4.2.1

Bump actions/checkout from 4.2.0 to 4.2.1 #31

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/checkout@v4.2.1
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
additional_files: "run finish"