Skip to content

Bump astro from 6.1.4 to 6.4.8 #292

Bump astro from 6.1.4 to 6.4.8

Bump astro from 6.1.4 to 6.4.8 #292

Workflow file for this run

name: Code style
on:
pull_request:
workflow_dispatch:
jobs:
stylelint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Install dependencies
run: npm ci
- name: Run Stylelint
run: npm run stylelint:check
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Install dependencies
run: npm ci
- name: Run Prettier
run: npm run prettier:check