Skip to content

Link PRs in changelog #1584

Link PRs in changelog

Link PRs in changelog #1584

name: Python Codegen
on:
push:
branches: [main, update/pixi-lock]
paths-ignore: [".teamcity/**"]
tags: ["*"]
pull_request:
paths-ignore: [".teamcity/**"]
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
codegen:
name: Codegen
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
pixi-version: "latest"
- name: Test if codegen runs without errors
run: pixi run codegen
- name: Ensure that no code has been generated
run: git diff --exit-code