Skip to content

Add notes from 2025-01 WG (#326) #410

Add notes from 2025-01 WG (#326)

Add notes from 2025-01 WG (#326) #410

Workflow file for this run

name: Prettier formatting
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "16.x"
- run: npm ci
- run: npm run format:check