Skip to content

Bump actions/checkout from 4 to 5 #8

Bump actions/checkout from 4 to 5

Bump actions/checkout from 4 to 5 #8

Workflow file for this run

name: Shell Scripts Lint
on: [push, pull_request]
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
severity: warning
additional_files: '**/*.sh'