Skip to content

Update quirks for H5051, H5103, H5179. #40

Update quirks for H5051, H5103, H5179.

Update quirks for H5051, H5103, H5179. #40

Workflow file for this run

name: PR
on:
pull_request:
branches:
- main
env:
CARGO_TERM_COLOR: always
jobs:
build:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --all
- name: Run tests
run: cargo test --all -- --show-output
- name: Check formatting
run: cargo fmt --all -- --check