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 16:38:01 UTC

[petri-site] branch master updated: Add the GitHub action configuration

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 b0adb4a  Add the GitHub action configuration
b0adb4a is described below

commit b0adb4aa7cb2ddbce22519201755c7215f92b3d2
Author: Dave Fisher <da...@comcast.net>
AuthorDate: Tue Mar 16 09:37:52 2021 -0700

    Add the GitHub action configuration
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 812eb8c..f2ce743 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,7 @@ CSS frameworks available are:
 
 Additional testing with GitHub Actions:
 
+- [lint](.github/workflows/lint.yml) -- GitHub Action Workflow
 - [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