Skip to content

Commit 16a080a

Browse files
authored
Merge pull request #52 from arnested/lint
Add linting of Dockerfile and markdown
2 parents 396ffcf + 74d6e9f commit 16a080a

File tree

3 files changed

+23
-15
lines changed

3 files changed

+23
-15
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.

CODE_OF_CONDUCT.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,11 @@ members of the project's leadership.
6767

6868
## Attribution
6969

70-
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71-
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
70+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version
71+
1.4, available at
72+
<https://www.contributor-covenant.org/version/1/4/code-of-conduct.html>
7273

7374
[homepage]: https://www.contributor-covenant.org
7475

7576
For answers to common questions about this code of conduct, see
76-
https://www.contributor-covenant.org/faq
77+
<https://www.contributor-covenant.org/faq>

0 commit comments

Comments
 (0)