Skip to content

chore(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.1.3 #439

chore(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.1.3

chore(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.1.3 #439

Workflow file for this run

name: ci
on:
pull_request:
push:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
- name: Install dependencies
run: pnpm i
- name: Run linters
run: pnpm lint
- name: Run unit test
run: pnpm test
- name: Build the app
run: pnpm build