Skip to content

Commit 202a93d

Browse files
committed
Remove unused vale cache step
1 parent 48762cd commit 202a93d

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,6 @@ jobs:
7373
run: |
7474
VERSION=$(node -p "(require('./package.json').config && require('./package.json').config.valeVersion) || ''")
7575
echo "vale_version=$VERSION" >> $GITHUB_OUTPUT
76-
- name: Cache Vale binary
77-
if: ${{ matrix.os == 'ubuntu-latest' }}
78-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
79-
with:
80-
path: node_modules/.cache/mui-vale
81-
key: ${{ runner.os }}-mui-vale-${{ steps.vale-version.outputs.vale_version }}
8276
- uses: vale-cli/vale-action@d89dee975228ae261d22c15adcd03578634d429c # v2.1.1
8377
continue-on-error: true # GitHub Action flag needed until https://github.com/errata-ai/vale-action/issues/89 is fixed
8478
if: ${{ matrix.os == 'ubuntu-latest' }}

0 commit comments

Comments
 (0)