Skip to content

Commit

Permalink
fixed CheckManuallyMaintainedMetadata
Browse files Browse the repository at this point in the history
added missing composer install
  • Loading branch information
k00ni committed Apr 3, 2024
1 parent eb351e6 commit 51ff075
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CheckManuallyMaintainedMetadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@ jobs:
php-version: '8.2'
ini-values: memory_limit=1G

# Setup PHP environment (install dependencies etc.)
- name: Install Composer dependencies
run: cd scripts && composer install --no-progress --no-suggest --prefer-dist --optimize-autoloader

- name: Check
run: scripts/bin/check-manually-maintained-metadata

0 comments on commit 51ff075

Please sign in to comment.