Make pr check available for markdownlint 📝 (#1446)

* Make pr check available for markdownlint (hopefully).
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
pull/1448/head
Jerome Luckenbach 2021-01-11 21:26:21 +01:00 committed by GitHub
parent 6adb3594e8
commit e3bcef123a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 8 deletions

View File

@ -1,14 +1,8 @@
name: Checking Markdown For Errors
on:
pull_request:
branches:
- main
types:
- open
- synchronize
- reopen
# https://github.blog/2020-08-03-github-actions-improvements-for-fork-and-pull-request-workflows/
on:
push:
branches:
- main
@ -16,6 +10,14 @@ on:
tags-ignore:
- '**'
pull_request_target:
branches:
- main
types:
- open
- synchronize
- reopen
jobs:
markdownlint:
runs-on: ubuntu-latest