fix: change hajime sans to woff2
This commit is contained in:
@@ -24,14 +24,7 @@ jobs:
|
||||
with:
|
||||
php-version: ${{ env.PHP_VERSION }}
|
||||
|
||||
- name: Check if composer.json exists
|
||||
id: check_files
|
||||
uses: andstor/file-existence-action@87d74d4732ddb824259d80c8a508c0124bf1c673
|
||||
with:
|
||||
files: 'composer.json'
|
||||
|
||||
- name: Run composer install if composer.json exists
|
||||
if: steps.check_files.outputs.files_exists == 'true'
|
||||
run: |
|
||||
rm composer.lock
|
||||
composer validate --no-check-publish
|
||||
|
||||
Reference in New Issue
Block a user