From b3bc08aff89e9886bc49c5f36f0b45d7db944009 Mon Sep 17 00:00:00 2001 From: Tim van Dijen Date: Thu, 16 Mar 2023 23:51:33 +0100 Subject: [PATCH] Bump nosborn --- .github/workflows/documentation.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 16bfce3..bc44f1e 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -1,12 +1,14 @@ +--- + name: Documentation -on: +on: # yamllint disable-line rule:truthy push: - branches: [ master, simplesamlphp-* ] + branches: [master, simplesamlphp-*] paths: - '**.md' pull_request: - branches: [ master, simplesamlphp-* ] + branches: [master, simplesamlphp-*] paths: - '**.md' @@ -19,7 +21,7 @@ jobs: - uses: actions/checkout@v3 - name: Lint markdown files - uses: nosborn/github-action-markdown-cli@v3.1.0 + uses: nosborn/github-action-markdown-cli@v3.2.0 with: files: . ignore_path: .markdownlintignore