Skip to content

Conditionally add students to the main nav #160

Conditionally add students to the main nav

Conditionally add students to the main nav #160

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install packages
run: npm install
- name: Run tests
run: npm test