Skip to content

Bump actions/checkout from 4 to 5 (#42) #5

Bump actions/checkout from 4 to 5 (#42)

Bump actions/checkout from 4 to 5 (#42) #5

# Generated by Gabo (https://github.com/ashishb/gabo)
---
# Run this locally with act - https://github.com/nektos/act
# act -j lintShellScript
name: Lint Shell scripts
on: # yamllint disable-line rule:truthy
push:
branches: [main, master]
paths:
- '**.sh'
- '**.bash'
- '.github/workflows/lint-shell-script.yaml'
pull_request:
branches: [main, master]
paths:
- '**.sh'
- '**.bash'
- '.github/workflows/lint-shell-script.yaml'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lintShellScript:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Run ShellCheck
uses: ludeeus/[email protected]