Skip to content

Merge branch 'development' of https://github.com/Tonomy-Foundation/To… #2360

Merge branch 'development' of https://github.com/Tonomy-Foundation/To…

Merge branch 'development' of https://github.com/Tonomy-Foundation/To… #2360

Workflow file for this run

name: Tests
on: push
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: 🏗 Setup repo
uses: actions/checkout@v4
- name: Enable Corepack before setting up Node
run: corepack enable
- name: 📦 Build, test and lint
uses: actions/setup-node@v4
with:
node-version: 22.3.0
- run: yarn --immutable
- run: yarn run test
- run: yarn run lint
- run: yarn run typeCheck