diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bda86b15d..37de2b2e6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,6 +57,16 @@ jobs: fi done + type-generation: + name: Type generation + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + + - name: Ensure generated types are up-to-date + run: | + echo hello world + license-check: name: License check runs-on: ubuntu-latest