Skip to content

✨small ui fixes + auth api path change #87

✨small ui fixes + auth api path change

✨small ui fixes + auth api path change #87

Workflow file for this run

name: ci
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.11.1'
- name: Install dependencies
run: yarn install
- name: Check
run: yarn check-all