1 2 3 4 5 6 7 8 9 10
pre-commit: jobs: - name: format run: mise run format stage_fixed: true pre-push: jobs: - name: checks run: mise run checks