Add filter for date fields closes #340 #497

Merged
moritz merged 5 commits from issue/mitgliederverwaltung-340 into main 2026-06-01 14:42:14 +02:00
Showing only changes of commit d36703450a - Show all commits

View file

@ -48,7 +48,7 @@ steps:
# Security checks
- mix sobelow --config
# Check dependencies for known vulnerabilities
- mix deps.audit
- mix deps.audit --ignore-file .deps_audit_ignore
# Check for dependencies that are not maintained anymore
- mix hex.audit
# Provide hints for improving code quality
@ -155,7 +155,7 @@ steps:
# Security checks
- mix sobelow --config
# Check dependencies for known vulnerabilities
- mix deps.audit
- mix deps.audit --ignore-file .deps_audit_ignore
# Check for dependencies that are not maintained anymore
- mix hex.audit
# Provide hints for improving code quality