mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-06-03 16:54:42 +00:00
- php fixer upgrade
- workflow update - npm update
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
name: Code Style Fix
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
php-cs-fixer:
|
||||
|
||||
Reference in New Issue
Block a user