We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48762cd commit 202a93dCopy full SHA for 202a93d
1 file changed
.github/workflows/ci.yml
@@ -73,12 +73,6 @@ jobs:
73
run: |
74
VERSION=$(node -p "(require('./package.json').config && require('./package.json').config.valeVersion) || ''")
75
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 }}
82
- uses: vale-cli/vale-action@d89dee975228ae261d22c15adcd03578634d429c # v2.1.1
83
continue-on-error: true # GitHub Action flag needed until https://github.com/errata-ai/vale-action/issues/89 is fixed
84
if: ${{ matrix.os == 'ubuntu-latest' }}
0 commit comments