Skip to content

update rustfmt.toml #49

update rustfmt.toml

update rustfmt.toml #49

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main, v*]
jobs:
CI:
runs-on: ubuntu-latest
strategy:
matrix:
toolchain: [stable, nightly]
steps:
- uses: actions/checkout@v4
- run: rustup update && rustup default ${{ matrix.toolchain }}
- run: cargo test