Add yamlfmt precommit hook (#2584)

Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
This commit is contained in:
Asher Foa 2025-06-05 15:34:20 -04:00 committed by GitHub
parent 4f0eecc181
commit 721ed50116
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 219 additions and 1372 deletions

View file

@ -1,10 +1,8 @@
name: Update OpenAPI Specification
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
jobs:
update-openapi:
runs-on: ubuntu-latest