Skip to content

feat: upgrade to HDS v3.7, bump version to v1.0.0-alpha272 #644

feat: upgrade to HDS v3.7, bump version to v1.0.0-alpha272

feat: upgrade to HDS v3.7, bump version to v1.0.0-alpha272 #644

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