Skip to content

chore: updating actions/checkout and adding setup-uv #1231

chore: updating actions/checkout and adding setup-uv

chore: updating actions/checkout and adding setup-uv #1231

Workflow file for this run

---
name: Shellcheck
"on":
push:
branches:
- main
pull_request:
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -e SC2148