Skip to content

Update for staging PAC 0.17.0 (#28) #160

Update for staging PAC 0.17.0 (#28)

Update for staging PAC 0.17.0 (#28) #160

Workflow file for this run

on:
push:
branches: [ master ]
pull_request:
name: rustfmt
jobs:
fmt:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check formatting
run: cargo fmt --all -- --check