Skip to content

build(deps-dev): bump astro from 5.16.4 to 5.18.1 #548

build(deps-dev): bump astro from 5.16.4 to 5.18.1

build(deps-dev): bump astro from 5.16.4 to 5.18.1 #548

Workflow file for this run

name: Pull request CI
on: [pull_request]
env:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: 1
PUPPETEER_EXECUTABLE_PATH: /usr/bin/google-chrome
# See https://github.com/w3c/respec/pull/3306
LC_ALL: en_US.UTF-8
FORCE_COLOR: 1
jobs:
lint:
name: Check linting issues
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: pnpm/action-setup@v4
with:
run_install: true
- uses: actions/setup-node@v6
with:
node-version-file: .nvmrc
- run: pnpm run lint
spellcheck:
name: Check spelling
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: pnpm/action-setup@v4
with:
run_install: true
- uses: actions/setup-node@v6
with:
node-version-file: .nvmrc
- run: pnpm run spellcheck
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: pnpm/action-setup@v4
with:
run_install: true
- uses: actions/setup-node@v6
with:
node-version-file: .nvmrc
- run: pnpm run test