Skip to content

feat: Add module group icon #49

feat: Add module group icon

feat: Add module group icon #49

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