Skip to content

Add plane2 workflows to main #192

Add plane2 workflows to main

Add plane2 workflows to main #192

Workflow file for this run

name: Rustfmt
on:
pull_request:
jobs:
check_format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: rustfmt
override: true
- name: Check format
run: cargo fmt -- --check