Skip to content

fix: fix leap year bug in static view. Fixes #3910 #14

fix: fix leap year bug in static view. Fixes #3910

fix: fix leap year bug in static view. Fixes #3910 #14

Workflow file for this run

name: PR - Run All Tests
on:
pull_request:
branches:
- 'main'
paths:
- 'backend/**'
- 'frontend/scss/**'
- 'frontend/package.json'
- 'requirements.txt'
jobs:
tests:
uses: ./.github/workflows/tests.yml
with:
ignoreLowerCoverage: false