Skip to content

Bump astro from 4.15.1 to 4.15.8 #50

Bump astro from 4.15.1 to 4.15.8

Bump astro from 4.15.1 to 4.15.8 #50

Workflow file for this run

name: Run tests
on:
workflow_dispatch:
pull_request:
types:
- opened
- synchronize
jobs:
lint:
name: Linting
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Lint check
run: npm run lint