mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-02-10 18:05:10 +08:00
Revert "test php-laravel action linter"
This reverts commit b1c272e17f.
This commit is contained in:
9
.github/workflows/lint-php-laravel.yml
vendored
9
.github/workflows/lint-php-laravel.yml
vendored
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user