lint job: remove useless cache hash

This commit is contained in:
Andrew Dolgov 2023-03-29 17:19:57 +03:00
parent cf656125b9
commit 3ca3e54251
No known key found for this signature in database
GPG Key ID: 1A56B4FA25D4AF2A
1 changed files with 0 additions and 9 deletions

View File

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