Skip to content

Skeleton RELEASE.md #464

Skeleton RELEASE.md

Skeleton RELEASE.md #464

Workflow file for this run

on:
push:
branches:
- main
pull_request:
name: generate
permissions:
contents: read
jobs:
make-generate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
make generate
git diff --exit-code