Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Fix synthesis error

Fix synthesis error #5

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- name: Install Rust nightly
uses: actions-rs/[email protected]
with:
toolchain: nightly
profile: minimal
components: rustfmt
- name: Install libudev
run: sudo apt-get install libudev-dev
- uses: pre-commit/[email protected]