Revert "test php-laravel action linter"

This reverts commit b1c272e17f.
This commit is contained in:
Serik Ibragimov
2024-07-30 18:41:49 +05:00
parent f20676c964
commit d411a9f98e

View File

@ -1,6 +1,13 @@
name: Laravel Pint
on: [push]
on:
workflow_dispatch:
push:
branches: [master, main]
paths: ['web/documentserver-example/php-laravel/**']
pull_request:
branches: [master, main, develop]
paths: ['web/documentserver-example/php-laravel/**']
jobs:
lint: