-
Notifications
You must be signed in to change notification settings - Fork 1
38 lines (32 loc) · 1.01 KB
/
markdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
##################################################################################
#
# Olza Logistic's Pickup Points API client
#
# @author Marcin Orlowski <marcin.orlowski (#) develart (.) cz>
# @copyright 2022-2024 DevelArt
# @license http://www.opensource.org/licenses/mit-license.php MIT
# @link https://github.com/develart-projects/pickup-points-api-client/
#
##################################################################################
#
# Runs markdownlint on all *.md files
#
name: "Markdown Lint"
on:
push:
branches: [ master ]
pull_request:
branches: [ master, dev ]
jobs:
lint:
runs-on: ubuntu-22.04
steps:
# https://github.com/marketplace/actions/checkout
- name: "Checkout repository..."
uses: actions/checkout@v3
# https://github.com/marketplace/actions/my-markdown-linter
- name: "Running markdown linter..."
uses: ruzickap/action-my-markdown-linter@v1
with:
exclude: vendor
config_file: .markdownlint.yaml.dist