Update dprint to 0.41 and bump plugins (#55580)

This commit is contained in:
Jake Bailey
2023-09-11 17:59:07 -07:00
committed by GitHub
parent 4b0f54fe9f
commit 26704c6f63
5 changed files with 71 additions and 71 deletions

View File

@@ -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