Skip to content

Commit ff202eb

Browse files
committed
Add linting of Dockerfile and markdown
1 parent 396ffcf commit ff202eb

File tree

2 files changed

+19
-12
lines changed

2 files changed

+19
-12
lines changed

.github/workflows/lint.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Lint
2+
on: pull_request
3+
4+
jobs:
5+
dockerfile:
6+
name: dockerfile
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v2
10+
- name: Run hadolint
11+
uses: brpaz/[email protected]
12+
13+
markdownlint:
14+
name: markdown
15+
runs-on: ubuntu-latest
16+
steps:
17+
- uses: actions/checkout@v2
18+
- name: Run markdownlint
19+
uses: actionshub/[email protected]

.github/workflows/pull_request.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)