Skip to content

fix: upgrade GraphQL schemas, fix tests, bump version to 1.0.0-alpha293 #683

fix: upgrade GraphQL schemas, fix tests, bump version to 1.0.0-alpha293

fix: upgrade GraphQL schemas, fix tests, bump version to 1.0.0-alpha293 #683

Workflow file for this run

name: Continuous integration
on:
pull_request:
push:
branches:
- main
tags:
- 'release-*'
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 20
- run: yarn
- run: yarn lint
- run: yarn test
- run: yarn build