Skip to content

Bump actions/checkout from 4 to 5 #16

Bump actions/checkout from 4 to 5

Bump actions/checkout from 4 to 5 #16

Workflow file for this run

---
on: [push]
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
-
uses: actions/checkout@v5
-
run: find . -type f -name "*.sh" -exec shellcheck {} +
...