add more ci

This commit is contained in:
Tac Tacelosky 2021-11-08 07:31:52 -05:00
parent 14c16e94f8
commit 7605be8059
3 changed files with 5 additions and 3 deletions

View file

@ -3,7 +3,7 @@ on:
pull_request: null
push:
branches:
- master
- lib
jobs:
tests:
runs-on: ubuntu-latest

View file

@ -1,6 +1,8 @@
PHP Markdown
============
![ci.yml](https://github.com/tacman/php-markdown/actions/workflows/ci.yml/badge.svg)
PHP Markdown Lib 1.9.0 - 1 Dec 2019
by Michel Fortin

View file

@ -37,8 +37,8 @@
"vendor/bin/phpstan analyse Michelf/ --level=5",
"vendor/bin/phpstan analyse -c test/phpstan.neon test/ --level=5"
],
"codestyle": "vendor/bin/php-cs-fixer fix --dry-run --verbose --show-progress=none",
"codestyle-fix": "vendor/bin/php-cs-fixer fix"
"codestyle": "vendor/bin/php-cs-fixer fix Michelf --dry-run --verbose --show-progress=none",
"codestyle-fix": "vendor/bin/php-cs-fixer fix Michelf"
}
}