Skip to content

Add most missing system features (#69) #73

Add most missing system features (#69)

Add most missing system features (#69) #73

Workflow file for this run

name: Check Rust Format
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check Format
run: cargo fmt --check