We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 069d6ed commit 83cb15bCopy full SHA for 83cb15b
.github/workflows/update.yml
@@ -13,6 +13,8 @@ jobs:
13
steps:
14
- uses: actions/setup-python@main
15
- uses: astral-sh/setup-uv@main
16
+ with:
17
+ enable-cache: true
18
- uses: actions/checkout@main
19
- run: uv run generate.py
20
- run: git config --local user.email github-actions@github.com
0 commit comments