Skip to content

Merge pull request #5 from netgen/IOTA-313-switch-to-tiny-mce #2

Merge pull request #5 from netgen/IOTA-313-switch-to-tiny-mce

Merge pull request #5 from netgen/IOTA-313-switch-to-tiny-mce #2

name: Coding standards
on:
push:
branches:
- 'master'
- '[0-9].[0-9]+'
pull_request: ~
jobs:
php-cs-fixer:
name: PHP CS Fixer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: docker://oskarstark/php-cs-fixer-ga
with:
args: --diff --dry-run