mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-04-14 05:54:46 +00:00
Run Prettier over Markdown and YAML files (#35)
## Summary Partly personal preference, but mostly to align with other Astral projects.
This commit is contained in:
parent
6f825bd8e7
commit
0fa3b93f6e
16 changed files with 192 additions and 173 deletions
4
.github/workflows/test-cache-windows.yml
vendored
4
.github/workflows/test-cache-windows.yml
vendored
|
|
@ -36,8 +36,8 @@ jobs:
|
|||
id: restore
|
||||
uses: ./
|
||||
with:
|
||||
enable-cache: true
|
||||
cache-suffix: ${{ github.run_id }}-${{ github.run_attempt }}
|
||||
enable-cache: true
|
||||
cache-suffix: ${{ github.run_id }}-${{ github.run_attempt }}
|
||||
- name: Cache was hit
|
||||
run: |
|
||||
if ($env:CACHE_HIT -ne "true") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue