Skip to content

I2C Error handling (#6689) #922

I2C Error handling (#6689)

I2C Error handling (#6689) #922

# Perform continuous integration tests on pull requests
name: Ruff
on: pull_request
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v1
- uses: astral-sh/ruff-action@v1
with:
args: "format --check"