Skip to content

add pending state to mint preview and join #137

add pending state to mint preview and join

add pending state to mint preview and join #137

Workflow file for this run

name: Format
on:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
permissions:
id-token: "write"
contents: "read"
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
- name: Run clippy
run: nix develop --command bash -c "just clippy"