Skip to content
This repository was archived by the owner on May 31, 2026. It is now read-only.

fix(deps): update dependency astro to v6 #789

fix(deps): update dependency astro to v6

fix(deps): update dependency astro to v6 #789

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
merge_group:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: pnpm/action-setup@903f9c1a6ebcba6cf41d87230be49611ac97822e # v6
with:
run_install: true
- name: Lint project
run: pnpm run lint:ci --css-parse-tailwind-directives=true
- name: Prettier check
run: pnpm run format:check
- name: Astro Check
run: pnpm run check
- name: Build project
run: pnpm run build