Update CI after branch changes

This commit is contained in:
Sonny Bakker 2024-10-06 21:23:42 +02:00
parent a498417bad
commit ccde406193

View file

@ -9,7 +9,7 @@ python-linting:
- ./.venv/bin/ruff format --check src/
only:
refs:
- development
- main
- merge_requests
javascript-linting:
@ -21,5 +21,5 @@ javascript-linting:
- npm run lint
only:
refs:
- development
- main
- merge_requests