Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[9.x] Auto fix docblock changes #45275

Merged
merged 2 commits into from Dec 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 10 additions & 2 deletions .github/workflows/static-analysis.yml
Expand Up @@ -47,6 +47,8 @@ jobs:

name: Facade DocBlocks

if: ${{ github.repository_owner == 'laravel' && github.event_name == 'push' }}

steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -65,5 +67,11 @@ jobs:
max_attempts: 5
command: composer update --prefer-stable --prefer-dist --no-interaction --no-progress

- name: Lint facade docblocks
run: php -f bin/facades.php -- --lint
- name: Update facade docblocks
run: php -f bin/facades.php

- name: Commit facade docblocks
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update facade docblocks
file_pattern: src/