Skip to content

fix: calculate attendance for all days up to today const declaration #2425

fix: calculate attendance for all days up to today const declaration

fix: calculate attendance for all days up to today const declaration #2425

Workflow file for this run

name: Run ESLint and build frontend
on: pull_request
jobs:
frontend:
name: Lint and build JS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
cd frontend && \
corepack install -g yarn && \
yarn && \
yarn lint-staged && \
yarn build