Skip to content

Add check to keep releases.json in sync with the firmware binaries #7

Add check to keep releases.json in sync with the firmware binaries

Add check to keep releases.json in sync with the firmware binaries #7

name: "[Check] Shell validation"
on:
pull_request:
paths:
- "**.sh"
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: shellcheck
run: ./scripts/shellcheck.sh