Skip to content

bms updated can messages #96

bms updated can messages

bms updated can messages #96

name: Check formatting of JSON
on:
push:
paths:
- 'can-messages/**'
jobs:
run-build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v6
- name: Run format check
run: sh -c "./format.sh check"