Skip to content

Create monorepo using nx build system #2

Create monorepo using nx build system

Create monorepo using nx build system #2

Workflow file for this run

name: Checks
on:
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run Tests
uses: ./.github/actions/anchor
with:
run: |
export RUST_LOG=
yarn test --output-style static