Skip to content

feat: use new CMS urls everywhere, bump version to 1.0.0-alpha292 #681

feat: use new CMS urls everywhere, bump version to 1.0.0-alpha292

feat: use new CMS urls everywhere, bump version to 1.0.0-alpha292 #681

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