Skip to content

Move origin to its own repo. #1

Move origin to its own repo.

Move origin to its own repo. #1

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
rustfmt:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: ./.github/actions/install-rust
with:
toolchain: stable
- run: cargo fmt --all -- --check
# TODO: Add tests for origin.