Skip to content

Bump astro from 5.13.11 to 5.15.9 #15

Bump astro from 5.13.11 to 5.15.9

Bump astro from 5.13.11 to 5.15.9 #15

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Setup Node.js
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
- name: Install dependencies
run: npm ci
- name: Format
run: npx prettier --check .
- name: Lint
run: npx eslint .