Skip to content

chore(deps): bump astro from 5.12.0 to 5.13.1 in /2025 #244

chore(deps): bump astro from 5.12.0 to 5.13.1 in /2025

chore(deps): bump astro from 5.12.0 to 5.13.1 in /2025 #244

Workflow file for this run

name: lint
on:
push:
pull_request:
jobs:
lint-2025:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./2025
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
run_install: false
version: 10.4.0
- run: pnpm install --frozen-lockfile
- run: pnpm check
- run: pnpm prettier:check