Skip to content

fix: add meta tags #648

fix: add meta tags

fix: add meta tags #648

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