Skip to content

Create agendas up to 2025-04 (#321) #382

Create agendas up to 2025-04 (#321)

Create agendas up to 2025-04 (#321) #382

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