Skip to content

Bump actions/checkout from 3 to 4 (#7) #11

Bump actions/checkout from 3 to 4 (#7)

Bump actions/checkout from 3 to 4 (#7) #11

Workflow file for this run

name: Run ShellCheck
on: [push, pull_request]
jobs:
shellcheck:
runs-on: [ubuntu-latest]
steps:
- uses: 'actions/checkout@v4'
- uses: 'bewuethr/shellcheck-action@v2'