diff options
| author | Dario Vladovic <[email protected]> | 2020-07-18 22:15:01 +0200 |
|---|---|---|
| committer | Varunram Ganesh <[email protected]> | 2020-08-02 22:59:45 +0530 |
| commit | 7d5e87379399fc559994d5156a19ba0dc6dc11c7 (patch) | |
| tree | d13861c370c8b9644b96d7de18a806ffdab56c7a | |
| parent | ffb5e19b2ee58e2c2774453b718c13b3054c8d64 (diff) | |
| download | awesome-regex-7d5e87379399fc559994d5156a19ba0dc6dc11c7.tar.xz awesome-regex-7d5e87379399fc559994d5156a19ba0dc6dc11c7.zip | |
Lint Markdown using `avto-dev/markdown-lint` action
| -rw-r--r-- | .github/workflows/workflow.yml | 20 | ||||
| -rw-r--r-- | .markdownlint.yml | 2 | ||||
| -rw-r--r-- | README.md | 2 |
3 files changed, 24 insertions, 0 deletions
diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml new file mode 100644 index 0000000..0318ee6 --- /dev/null +++ b/.github/workflows/workflow.yml @@ -0,0 +1,20 @@ +name: Main workflow + +on: + push: + branches: "**" + tags: "**" + pull_request: + +jobs: + markdownlint: + name: MarkdownLint + runs-on: ubuntu-latest + steps: + - name: Check out code + uses: actions/checkout@v2 + + - name: Lint README + uses: avto-dev/[email protected] + with: + args: "README.md" diff --git a/.markdownlint.yml b/.markdownlint.yml new file mode 100644 index 0000000..203b3c9 --- /dev/null +++ b/.markdownlint.yml @@ -0,0 +1,2 @@ +default: true +"line-length": false @@ -5,7 +5,9 @@ --> # Awesome Regex + [](https://awesome.re) +[](https://github.com/aloisdg/awesome-regex/actions) ## Introduction |
