Skip to content

ci: bump actions/checkout from 4 to 6 (#3) #1

ci: bump actions/checkout from 4 to 6 (#3)

ci: bump actions/checkout from 4 to 6 (#3) #1

Workflow file for this run

name: ShellCheck
on:
push:
paths:
- "**/*.sh"
pull_request:
paths:
- "**/*.sh"
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@2.0.0
with:
severity: warning