Skip to content

Commit

Permalink
Update sast.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocustodio authored Oct 16, 2024
1 parent 45b3e8b commit 2f5093a
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/sast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,21 @@ jobs:
- name: Install dependencies
run: |
composer install --no-interaction --no-progress
composer dump-autoload
mkdir -p ~/.ssh
echo "${{ secrets.SSH_PHP_COMMONS }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
composer install --no-interaction --prefer-dist --no-autoloader --no-dev --no-scripts
- name: Update packages
run: |
composer require enjin/platform-core:dev-master --no-update
composer update --no-interaction --optimize-autoloader
composer build-sr25519
- name: Run Rector
run: |
./vendor/bin/rector process --dry-run
- name: Run Laravel Pint
run: |
./vendor/bin/pint --test

0 comments on commit 2f5093a

Please sign in to comment.