Skip to content

Enhancement: Add drift detection and automatic reconciliation #2309

Enhancement: Add drift detection and automatic reconciliation

Enhancement: Add drift detection and automatic reconciliation #2309

Workflow file for this run

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