Skip to content

Adjoint n ci

Adjoint n ci #5

Workflow file for this run

name: main
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
submodules: "recursive"
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- name: cargo
run: |
cargo fmt
cargo check
cargo clippy
cargo test