Skip to content

Bump types-pyyaml from 6.0.12.20241221 to 6.0.12.20241230 #1197

Bump types-pyyaml from 6.0.12.20241221 to 6.0.12.20241230

Bump types-pyyaml from 6.0.12.20241221 to 6.0.12.20241230 #1197

Workflow file for this run

---
name: Shellcheck
"on":
push:
branches:
- main # Set a branch to deploy
pull_request:
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -e SC2148