Skip to content

feat(ds4api): add support for dynamic steering detection and error ha… #1

feat(ds4api): add support for dynamic steering detection and error ha…

feat(ds4api): add support for dynamic steering detection and error ha… #1

Workflow file for this run

name: Shellcheck
on:
pull_request:
paths:
- 'scripts/**'
- '.github/workflows/shellcheck.yml'
push:
branches: [main]
paths:
- 'scripts/**'
- '.github/workflows/shellcheck.yml'
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ludeeus/action-shellcheck@2.0.0
with:
scandir: scripts
severity: warning