Skip to content

refactor: clean up AuditLoggerServiceProvider by removing unused audi… #71

refactor: clean up AuditLoggerServiceProvider by removing unused audi…

refactor: clean up AuditLoggerServiceProvider by removing unused audi… #71

name: Coding Standards
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
env:
COMPOSER_PROCESS_TIMEOUT: 0
COMPOSER_NO_INTERACTION: 1
COMPOSER_NO_AUDIT: 1
jobs:
phplint:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: "laravel-pint"
uses: aglipanci/laravel-pint-action@latest
with:
configPath: './pint.json'
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: PHP Linting (Pint)
skip_fetch: true