Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

rename package and add description #6

rename package and add description

rename package and add description #6

Workflow file for this run

name: Rust
on: [push, pull_request]
jobs:
check_n_test:
name: cargo check & test
uses: noir-lang/.github/.github/workflows/rust-test.yml@main
clippy:
name: cargo clippy
uses: noir-lang/.github/.github/workflows/rust-clippy.yml@main
format:
name: cargo fmt
uses: noir-lang/.github/.github/workflows/rust-format.yml@main