Skip to content

ci: add GitHub Actions workflow for contracts and frontend#18

Open
Jaydbrown wants to merge 1 commit into
AtlasCrypt:mainfrom
Jaydbrown:feat/16-ci
Open

ci: add GitHub Actions workflow for contracts and frontend#18
Jaydbrown wants to merge 1 commit into
AtlasCrypt:mainfrom
Jaydbrown:feat/16-ci

Conversation

@Jaydbrown

Copy link
Copy Markdown

Closes #16

Summary

  • Contracts job: format check → Clippy → cargo test → WASM build (wasm32-unknown-unknown)
  • Frontend job: pnpm installpnpm -r run typecheckpnpm --filter frontend lintpnpm build
  • Both jobs run on every push and pull request to main

Test plan

  • CI fails on a broken Rust test
  • CI fails on a type error or lint error in the frontend
  • CI fails on a build break

@vercel

vercel Bot commented Jun 15, 2026

Copy link
Copy Markdown

@Jaydbrown is attempting to deploy a commit to the Bukunmi-Dev Projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Infra: CI for contract tests + frontend checks

1 participant