Skip to content

Bump @astrojs/starlight from 0.31.1 to 0.32.1 in the npm group #13

Bump @astrojs/starlight from 0.31.1 to 0.32.1 in the npm group

Bump @astrojs/starlight from 0.31.1 to 0.32.1 in the npm group #13

Workflow file for this run

name: Check
on:
- pull_request
jobs:
check:
runs-on: ubuntu-latest
permissions:
contents: read
deployments: write
name: Run checks
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install NPM dependencies
run: npm install
- name: Check Astro
run: npm run astro check --minimumFailingSeverity warning
- name: Check Prettier
run: npm run prettier-check
- name: Build Astro
run: npm run build