Skip to content

Add environment variables documentation #40

Add environment variables documentation

Add environment variables documentation #40

Workflow file for this run

# Adapted from https://github.com/withastro/starlight/blob/main/.github/workflows/format.yml
name: Format on PR
on:
pull_request:
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Check out code using Git
uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 9
- uses: actions/setup-node@v3
with:
node-version: 20
cache: 'pnpm'
- run: pnpm i
- name: Format with Prettier
run: pnpm format