Skip to content

Update README.md

Update README.md #57

Workflow file for this run

##################################################################################
#
# PhpUnit Extra Asserts
#
# @package MarcinOrlowski\PhpunitExtraAsserts
#
# @author Marcin Orlowski <mail (#) marcinOrlowski (.) com>
# @copyright 2019-2022 Marcin Orlowski
# @license http://www.opensource.org/licenses/mit-license.php MIT
# @link https://github.com/MarcinOrlowski/phpunit-extra-asserts
#
# Runs markdownlint on all *.md files
#
##################################################################################
name: "Markdown Lint"
on:
push:
branches: [ master ]
pull_request:
branches: [ master, dev ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# https://github.com/marketplace/actions/my-markdown-linter
- name: "Running markdown linter..."
uses: ruzickap/action-my-markdown-linter@v1
with:
# LICENSE.md is externally sourced and we're not going to fix it.
exclude: |
vendor
LICENSE.md
config_file: .markdownlint.yaml.dist