mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-04-23 02:34:48 -05:00
fix(ci/generate): Run format-friendly generate task (#3023)
This commit is contained in:
@@ -11,12 +11,27 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Install Task
|
||||
uses: arduino/setup-task@v2
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: "1.25"
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 10.16.1
|
||||
run_install: false
|
||||
|
||||
- uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: '3.14'
|
||||
- name: Generate snippets
|
||||
working-directory: frontend/snippets
|
||||
run: python3 generate.py
|
||||
run: task install-dependencies pre-commit-install generate-docs -v
|
||||
|
||||
- name: Check for changes in examples directory
|
||||
id: verify-changed-files
|
||||
|
||||
Reference in New Issue
Block a user