Skip to content

Update dependency astro to v4.15.10 #2672

Update dependency astro to v4.15.10

Update dependency astro to v4.15.10 #2672

Workflow file for this run

name: Format
on: [push, pull_request]
jobs:
format:
name: Format
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@main
with:
node-version-file: package.json
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Format
run: yarn run format:check