Skip to content

Commit

Permalink
ci: fix seeds path
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunthegeek committed Nov 17, 2024
1 parent 6e3ceac commit 7cf8aaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/laravel-8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
composer create-project --prefer-dist laravel/laravel laravel-demo "8.*"
cd laravel-demo && composer require --dev laravel-fans/lint:dev-${{ github.ref_name }} && php artisan lint:publish
php artisan lint:code --help
php artisan lint:code /database/seeds/
php artisan lint:code database/seeds/
2 changes: 1 addition & 1 deletion .github/workflows/laravel-9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
composer create-project --prefer-dist laravel/laravel laravel-demo "9.*"
cd laravel-demo && composer require --dev laravel-fans/lint:dev-${{ github.ref_name }} && php artisan lint:publish
php artisan lint:code --help
php artisan lint:code /database/seeds/
php artisan lint:code database/seeds/

0 comments on commit 7cf8aaf

Please sign in to comment.