mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 14:05:47 -05:00
Update dprint to 0.41 and bump plugins (#55580)
This commit is contained in:
15
.github/workflows/ci.yml
vendored
15
.github/workflows/ci.yml
vendored
@@ -76,15 +76,12 @@ jobs:
|
||||
check-latest: true
|
||||
- run: npm ci
|
||||
|
||||
# TODO: The cache fails when copied between GHA runners. See:
|
||||
# https://github.com/dprint/dprint/issues/734
|
||||
# https://github.com/dprint/dprint/issues/735
|
||||
# - uses: actions/cache@v3
|
||||
# with:
|
||||
# path: ~/.cache/dprint
|
||||
# key: ${{ runner.os }}-dprint-${{ hashFiles('package-lock.json', '.dprint.jsonc') }}
|
||||
# restore-keys: |
|
||||
# ${{ runner.os }}-dprint-
|
||||
- uses: actions/cache@v3
|
||||
with:
|
||||
path: ~/.cache/dprint
|
||||
key: ${{ runner.os }}-dprint-${{ hashFiles('package-lock.json', '.dprint.jsonc') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-dprint-
|
||||
|
||||
- name: Check formatting
|
||||
run: npx dprint check
|
||||
|
||||
Reference in New Issue
Block a user