Skip to content

Commit

Permalink
Create php-code-quality.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-butti committed May 20, 2023
1 parent 2255dd6 commit 93b0c91
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/php-code-quality.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: fix code styling

on: [push]

jobs:
lint:
uses: laravel/.github/.github/workflows/coding-standards.yml@main

0 comments on commit 93b0c91

Please sign in to comment.