Skip to content

Implement mock USB bus #2

Implement mock USB bus

Implement mock USB bus #2

Workflow file for this run

# SPDX-FileCopyrightText: Robin Krahl <[email protected]>
# SPDX-License-Identifier: CC0-1.0
name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Install rust
run: rustup show
- name: Install reuse
run: pipx install reuse
- name: Execute checks
run: make ci