forkctl 0.0.11

Control audited StGit downstream patch stacks
pre-commit:
  skip:
    - run: test -n "$CI"
  parallel: false
  commands:
    version-sync:
      run: mise run version:sync
      stage_fixed: true
    format:
      run: mise run format:fix
      stage_fixed: true
    lint-fix:
      run: mise run lint:fix
      stage_fixed: true
    lint:
      run: mise run lint

pre-push:
  skip:
    - run: test -n "$CI"
  commands:
    test:
      run: mise run test