Skip to content

build(deps-dev): bump prettier from 3.1.0 to 3.1.1 (#21) #59

build(deps-dev): bump prettier from 3.1.0 to 3.1.1 (#21)

build(deps-dev): bump prettier from 3.1.0 to 3.1.1 (#21) #59

Workflow file for this run

name: 'Code quality'
on:
pull_request:
types:
- opened
- synchronize
- reopened
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint_and_typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ./.github/actions/install
- run: pnpm typecheck
- run: pnpm lint
- run: pnpm prettier -c .