This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
chore: Bring acvm_js
package into the workspace
#2659
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |