Skip to content

feat: added 2023 students to admin dashboard #68

feat: added 2023 students to admin dashboard

feat: added 2023 students to admin dashboard #68

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install --ignore-scripts
- run: npm run build
- run: npm run lint
- run: git diff --exit-code