Commit 20eb042
committed
Enable CI workflows for development branches (#25)
* Enable CI workflows for both main and development branches
- Add development branch to workflow triggers in test.yml, codeql.yml, and devcontainer.yml
- Fix test.yml to dynamically detect and use repository default branch instead of hardcoded 'main'
- Update update-locked-env.yml to run on both main and development branches
- Ensures CI runs properly on the default development branch
* Add pre-commit CI workflow
- Add automated pre-commit checks to CI
- Runs on pushes and PRs to main and development branches
- Ensures code quality and formatting standards are enforced
* removed main from ci
* removed osm option
* update dockerfile
* Apply pre-commit formatting fixes
* remove custom precommit and use pre-commit ci1 parent 16d5afa commit 20eb042
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
529 | 529 | | |
530 | 530 | | |
531 | 531 | | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
532 | 535 | | |
533 | 536 | | |
534 | 537 | | |
| |||
0 commit comments