Skip to content

Add image classification #88

Add image classification

Add image classification #88

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