File tree Expand file tree Collapse file tree 3 files changed +37
-37
lines changed Expand file tree Collapse file tree 3 files changed +37
-37
lines changed Original file line number Diff line number Diff line change @@ -17,21 +17,21 @@ jobs:
1717 steps :
1818
1919 - name : Dependabot metadata
20- id : metadata
21- uses :
dependabot/[email protected] 22- with :
23- github-token : " ${{ secrets.GITHUB_TOKEN }}"
20+ id : metadata
21+ uses :
dependabot/[email protected] 22+ with :
23+ github-token : " ${{ secrets.GITHUB_TOKEN }}"
2424
2525 - name : Auto-merge Dependabot PRs for semver-minor updates
26- if : ${{steps.metadata.outputs.update-type == 'version-update:semver-minor'}}
27- run : gh pr merge --auto --merge "$PR_URL"
28- env :
29- PR_URL : ${{github.event.pull_request.html_url}}
30- GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
26+ if : ${{steps.metadata.outputs.update-type == 'version-update:semver-minor'}}
27+ run : gh pr merge --auto --merge "$PR_URL"
28+ env :
29+ PR_URL : ${{github.event.pull_request.html_url}}
30+ GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
3131
3232 - name : Auto-merge Dependabot PRs for semver-patch updates
33- if : ${{steps.metadata.outputs.update-type == 'version-update:semver-patch'}}
34- run : gh pr merge --auto --merge "$PR_URL"
35- env :
36- PR_URL : ${{github.event.pull_request.html_url}}
37- GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
33+ if : ${{steps.metadata.outputs.update-type == 'version-update:semver-patch'}}
34+ run : gh pr merge --auto --merge "$PR_URL"
35+ env :
36+ PR_URL : ${{github.event.pull_request.html_url}}
37+ GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change @@ -19,25 +19,25 @@ jobs:
1919
2020 steps :
2121 - name : Checkout code
22- uses : actions/checkout@v4
23- with :
24- ref : ${{ github.head_ref }}
22+ uses : actions/checkout@v4
23+ with :
24+ ref : ${{ github.head_ref }}
2525
2626 - name : Install Dependencies
27- run : |
28- composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
29- npm install
27+ run : |
28+ composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
29+ npm install
3030
3131 - name : Fix PHP code style issues
32- 32+ 3333
3434 - name : Fix JS code style issues
35- run : npm run fmt
35+ run : npm run fmt
3636
3737 - name : Fix JS lint issues
38- run : npm run lint
38+ run : npm run lint
3939
4040 - name : Commit changes
41- uses : stefanzweifel/git-auto-commit-action@v5
42- with :
43- commit_message : Fix styling
41+ uses : stefanzweifel/git-auto-commit-action@v5
42+ with :
43+ commit_message : Fix styling
Original file line number Diff line number Diff line change @@ -15,21 +15,21 @@ jobs:
1515 - uses : actions/checkout@v4
1616
1717 - name : Setup PHP
18- uses : shivammathur/setup-php@v2
19- with :
20- php-version : " 8.4"
21- tools : composer:v2
22- coverage : xdebug
18+ uses : shivammathur/setup-php@v2
19+ with :
20+ php-version : " 8.4"
21+ tools : composer:v2
22+ coverage : xdebug
2323
2424 - name : Setup Node
25- uses : actions/setup-node@v4
26- with :
27- node-version : " 22"
28- cache : npm
25+ uses : actions/setup-node@v4
26+ with :
27+ node-version : " 22"
28+ cache : npm
2929
3030 - name : Run CI checks
31- run : bin/ci
32- working-directory : ${{ github.workspace }}
31+ run : bin/ci
32+ working-directory : ${{ github.workspace }}
3333
3434 # - name: Notify Laravel Forge for Deployment
3535 # run: curl -X POST ${{ secrets.FORGE_DEPLOYMENT_URL }}
You can’t perform that action at this time.
0 commit comments