Skip to content

fix(ui): inverted media queries from max width to min width #23

fix(ui): inverted media queries from max width to min width

fix(ui): inverted media queries from max width to min width #23

Workflow file for this run

name: PR check
on:
pull_request:
branches:
- master
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Enable Corepack
run: corepack enable
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: yarn install
- name: Run linter
run: yarn lint
- name: Run type check
run: yarn typecheck
- name: Run build
run: yarn build