Skip to content

Commit e389b47

Browse files
committed
ci(ast_tools): remove dprint tool from "AST Changes" CI task (#15590)
We used to use `dprint` in `oxc_ast_tools`, but #15064 switched to `oxfmt`. Remove `dprint` tool from the "AST changes" CI task.
1 parent ec66eb4 commit e389b47

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -385,20 +385,12 @@ jobs:
385385
if: steps.filter.outputs.src == 'true'
386386
with:
387387
components: rustfmt
388-
tools: dprint
389388
cache-key: ast_changes
390389
save-cache: ${{ github.ref_name == 'main' }}
391390

392391
- uses: oxc-project/setup-node@fdbf0dfd334c4e6d56ceeb77d91c76339c2a0885 # v1.0.4
393392
if: steps.filter.outputs.src == 'true'
394393

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-
402394
- name: Check AST Changes
403395
if: steps.filter.outputs.src == 'true'
404396
run: |

0 commit comments

Comments
 (0)