Skip to content

Bump actions/checkout from 4 to 6 #2

Bump actions/checkout from 4 to 6

Bump actions/checkout from 4 to 6 #2

Workflow file for this run

name: Lint Shell Scripts
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@2.0.0
with:
scandir: '.'
severity: warning
ignore_paths: terminal-academy node_modules