Skip to content

feat(tca): Add more common tabs to TCA #46

feat(tca): Add more common tabs to TCA

feat(tca): Add more common tabs to TCA #46

Workflow file for this run

name: linting
on: [push]
jobs:
php-cs-fixer:
name: PHP-CS-Fixer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga
with:
args: --config=.project.php_cs --diff --dry-run