You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@petri.apache.org by wa...@apache.org on 2021/03/16 20:35:30 UTC

[petri-site] branch master updated: Update README details on GitHub Actions

This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/petri-site.git


The following commit(s) were added to refs/heads/master by this push:
     new efab73b  Update README details on GitHub Actions
     new 4edd060  Merge pull request #20 from jbampton/update-readme
efab73b is described below

commit efab73ba3ca3a60e6cf026941cbf801138dc4d51
Author: John Bampton <jb...@gmail.com>
AuthorDate: Wed Mar 17 04:39:09 2021 +1000

    Update README details on GitHub Actions
    
    Remove markdownlint rule MD001
---
 .markdownlint.yaml |  3 ---
 README.md          | 10 +++++-----
 2 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/.markdownlint.yaml b/.markdownlint.yaml
index 06efdbe..089b823 100644
--- a/.markdownlint.yaml
+++ b/.markdownlint.yaml
@@ -1,8 +1,5 @@
 # https://github.com/DavidAnson/markdownlint#rules--aliases
 
-# MD001 heading-increment/header-increment - Heading levels should only increment by one level at a time
-MD001: false
-
 # MD004 ul-style - Unordered list style
 MD004: false
 
diff --git a/README.md b/README.md
index 975c93f..a050649 100644
--- a/README.md
+++ b/README.md
@@ -31,8 +31,8 @@ CSS frameworks available are:
 
 Additional testing with GitHub Actions:
 
-- [Lint](.github/workflows/lint.yml) -- GitHub Action Workflow
-- [Flake8](https://flake8.pycqa.org/en/latest/) - Flake8: Your Tool For Style Guide Enforcement
-- [markdownlint](https://github.com/DavidAnson/markdownlint) -- using [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) - Node.js style checker and lint tool for Markdown/CommonMark files
-- [misspell](https://github.com/client9/misspell) -- Golang library to correct commonly misspelled English words quickly
-- [yamllint](https://yamllint.readthedocs.io/en/stable/) -- a linter for YAML files
+- [Lint](.github/workflows/lint.yml) -- [GitHub Actions](https://docs.github.com/en/actions) Workflow
+- [Flake8](https://flake8.pycqa.org/en/latest/) - [Python](https://www.python.org/) based tool for style guide enforcement
+- [markdownlint](https://github.com/DavidAnson/markdownlint) -- using [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) - [Node.js](https://nodejs.org/) style checker and lint tool for Markdown/CommonMark files
+- [misspell](https://github.com/client9/misspell) -- [Golang](https://golang.org/) library to correct commonly misspelled English words quickly
+- [yamllint](https://yamllint.readthedocs.io/en/stable/) -- a linter for [YAML](https://yaml.org/) files