Skip to content

Allow device I2C address in initialization configuration #1

Allow device I2C address in initialization configuration

Allow device I2C address in initialization configuration #1

Workflow file for this run

ame: Build & Test

Check failure on line 1 in .github/workflows/rust.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/rust.yml

Invalid workflow file

The workflow is not valid. .github/workflows/rust.yml (Line: 1, Col: 1): Unexpected value 'ame'
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run lib test
run: cargo test --lib --verbose
- name: Test documentation generation
run: cargo test && cargo doc