Skip to content

build: replace cargo-make with Just #589

build: replace cargo-make with Just

build: replace cargo-make with Just #589

Workflow file for this run

name: "lint"
on:
- push
jobs:
rustfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Install just
run: snap install --edge --classic just
- uses: actions/setup-java@v4
with:
distribution: temurin # See 'Supported distributions' for available options
java-version: 17
- name: Install rust
uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- name: Check formatting
run: just fmt-check