Skip to content

modify uv and poetry installation #17

modify uv and poetry installation

modify uv and poetry installation #17

name: Check generated files
on:
pull_request:
push:
branches:
- main
jobs:
check-generated:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run generation script
run: scripts/github_generate.sh
- name: Check for uncommitted changes
run: git diff --exit-code