Skip to content

feat: add 2026-2027 bod platforms (#655) #1600

feat: add 2026-2027 bod platforms (#655)

feat: add 2026-2027 bod platforms (#655) #1600

Workflow file for this run

name: CI
'on':
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: |
npm install
- name: Run Prettier
run: |
npm run check