Skip to content

Bump actions/checkout from 3 to 4 #9

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #9

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'