From 7605be8059f0da6faf369214502d8953a5b77a3b Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Mon, 8 Nov 2021 07:31:52 -0500 Subject: [PATCH] add more ci --- .github/workflows/ci.yml | 2 +- Readme.md | 2 ++ composer.json | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ae9f41..d53892d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ on: pull_request: null push: branches: - - master + - lib jobs: tests: runs-on: ubuntu-latest diff --git a/Readme.md b/Readme.md index e1eb306..904e254 100644 --- a/Readme.md +++ b/Readme.md @@ -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 diff --git a/composer.json b/composer.json index ab00995..dd7b42d 100644 --- a/composer.json +++ b/composer.json @@ -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" } }