fix: first day of month not finding sessions #42
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI (PR) | |
on: | |
pull_request: | |
jobs: | |
lint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- uses: actions/[email protected] | |
with: | |
python-version: '3.10' | |
- run: pip install -r requirements.txt | |
- run: ruff check | |
- run: ruff format | |
- run: djlint flask_backend/templates --lint --profile=jinja | |
- run: djlint --reformat flask_backend/templates --format-css --format-js |