Skip to content

Restore Test Suite Integrity and Lint Compliance #96

Restore Test Suite Integrity and Lint Compliance

Restore Test Suite Integrity and Lint Compliance #96

Workflow file for this run

name: Lint and Test
on:
pull_request:
jobs:
all:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: corepack enable
- run: yarn install
- name: test contracts
run: cd contract && yarn test