Skip to content

chore(deps): bump astro from 5.15.6 to 5.15.9 in /2025 #356

chore(deps): bump astro from 5.15.6 to 5.15.9 in /2025

chore(deps): bump astro from 5.15.6 to 5.15.9 in /2025 #356

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:
package_json_file: ./2025/package.json
run_install: false
- run: pnpm install --frozen-lockfile
- run: pnpm check
- run: pnpm lint
- run: pnpm prettier:check