Skip to content

[BUG FIX] Fixed the I2C Device Setup Bug (#7) #23

[BUG FIX] Fixed the I2C Device Setup Bug (#7)

[BUG FIX] Fixed the I2C Device Setup Bug (#7) #23

Workflow file for this run

name: ci
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint
run: |
make fmt
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Test
run: |
make test