Skip to content

[DEPS] Bump @vercel/style-guide from 5.2.0 to 6.0.0 (#14) #27

[DEPS] Bump @vercel/style-guide from 5.2.0 to 6.0.0 (#14)

[DEPS] Bump @vercel/style-guide from 5.2.0 to 6.0.0 (#14) #27

Workflow file for this run

name: qualtiy-check
on:
push:
branches: ["main"]
pull_request:
types: [opened, synchronize]
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/install
- name: test monorepo
run: pnpm test
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/install
- name: lint monorepo
run: pnpm lint
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/install
- name: build app
run: pnpm build