Skip to content

fix: New URL by clicking the button (#213) #678

fix: New URL by clicking the button (#213)

fix: New URL by clicking the button (#213) #678

Workflow file for this run

name: "ci / test"
on:
push:
branches:
- main
- dev
pull_request:
branches:
- '**' # runs on update to pull request on any branch
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn
- run: yarn install --immutable
- run: yarn run build
- run: yarn run lint
- run: yarn run test:unit