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.
dprint
1 parent 448cc05 commit 575cf86Copy full SHA for 575cf86
.github/workflows/ci.yml
@@ -385,20 +385,12 @@ jobs:
385
if: steps.filter.outputs.src == 'true'
386
with:
387
components: rustfmt
388
- tools: dprint
389
cache-key: ast_changes
390
save-cache: ${{ github.ref_name == 'main' }}
391
392
- uses: oxc-project/setup-node@fdbf0dfd334c4e6d56ceeb77d91c76339c2a0885 # v1.0.4
393
394
395
- - name: Restore dprint plugin cache
396
- if: steps.filter.outputs.src == 'true'
397
- uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
398
- with:
399
- key: dprint-${{ hashFiles('dprint.json') }}
400
- path: ~/.cache/dprint
401
-
402
- name: Check AST Changes
403
404
run: |
0 commit comments