Skip to content

Add watchers for sketch and python #85

Add watchers for sketch and python

Add watchers for sketch and python #85

Workflow file for this run

name: Format Checks
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Install Task
uses: arduino/setup-task@v2
- name: Install dprint
run: |
task install
- name: Fmt check
run: |
task fmt:check