diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2023-03-29 17:19:57 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2023-03-29 17:19:57 +0300 |
| commit | 3ca3e5425128e6a4464bff5ae3a94f7b8bd75f4e (patch) | |
| tree | e20289a6a325445d155043fd4f42a9bac7dc3f74 | |
| parent | cf656125b9252d0cfc302367192789db10657125 (diff) | |
lint job: remove useless cache hash
| -rw-r--r-- | .gitea/workflows/lint.yaml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index 781148a15..8f29abcd6 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -26,15 +26,6 @@ jobs: - name: eslint run: npx eslint js plugins - - name: calculate cache key hash - uses: actions/go-hashfiles@v0.0.1 - id: cache-hash - with: - patterns: | - classes/*.php - include/*.php - plugins/**/*.php - - name: phpunit run: php81 ./vendor/bin/phpunit |