Skip to content

build(deps-dev): bump typescript from 5.7.2 to 5.7.3 #574

build(deps-dev): bump typescript from 5.7.2 to 5.7.3

build(deps-dev): bump typescript from 5.7.2 to 5.7.3 #574

Workflow file for this run

name: Check format and test build
'on':
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout your repository using git
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/[email protected]
- name: Install dependencies
run: pnpm i --frozen-lockfile
- name: Run ESLint
run: pnpm lint:check
- name: Run Prettier
run: pnpm prettier:check
- name: Run Astro Check
run: pnpm astro:check
- name: Run Build
run: pnpm build