-
-
Notifications
You must be signed in to change notification settings - Fork 0
29 lines (26 loc) · 559 Bytes
/
ci.yml
File metadata and controls
29 lines (26 loc) · 559 Bytes
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
---
name: ci
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- name: yamllint
uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: .
config_file: .github/lint/.yamllint.yml
- name: markdownlint-cli
uses: nosborn/github-action-markdown-cli@v2.0.0
with:
files: .
config_file: .github/lint/.markdownlint.yml