Skip to content

feat(d1-pac)!: bump svd2rust to v0.31.1 #139

feat(d1-pac)!: bump svd2rust to v0.31.1

feat(d1-pac)!: bump svd2rust to v0.31.1 #139

Workflow file for this run

on:
push:
branches: [main]
pull_request:
name: Code formatting check
jobs:
fmt:
name: Rustfmt
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Check fmt
run: cargo fmt --all --check