Populate shipyard queue on resources page for solar satellites #610
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Laravel Pint PSR-12 Code Style Checker | |
on: | |
push: | |
branches: [ "main" ] | |
pull_request: | |
branches: [ "main" ] | |
jobs: | |
laravel-pint-psr12-code-style-checker: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: shivammathur/setup-php@15c43e89cdef867065b0213be354c2841860869e | |
with: | |
php-version: '8.3' | |
- uses: actions/checkout@v3 | |
- name: Laravel Pint PSR-12 Code Style Checker | |
uses: aglipanci/laravel-pint-action@2.4 | |
with: | |
preset: psr12 | |
verboseMode: true | |
testMode: true |