Skip to content

Commit

Permalink
Bump nosborn
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Mar 16, 2023
1 parent 8bf6313 commit b3bc08a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .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'

Expand All @@ -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
Expand Down

0 comments on commit b3bc08a

Please sign in to comment.