Skip to content

Improve wording of content in GettingThere.astro #217

Improve wording of content in GettingThere.astro

Improve wording of content in GettingThere.astro #217

Workflow file for this run

name: Check website
on:
push:
branches:
- main
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
- uses: pnpm/action-setup@v4
with:
version: 10
- run: pnpm install
- run: pnpm lint