Skip to content

Bump log from 0.4.21 to 0.4.22 #55

Bump log from 0.4.21 to 0.4.22

Bump log from 0.4.21 to 0.4.22 #55

Workflow file for this run

name: CI
on:
push:
branches:
- main
- wip
pull_request:
jobs:
test:
name: Run atdf2svd regression tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo test
rustfmt:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- uses: actions-rust-lang/rustfmt@v1