Skip to content

Commit 820cc64

Browse files
Merge pull request #99 from ossf/makefile
Add a simple makefile for local processing
2 parents a1df1ba + dee15cd commit 820cc64

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Used for local processing
2+
3+
all: lint
4+
5+
lint:
6+
markdownlint --config .github/linters/.markdown-lint.yml \
7+
secure_software_development_fundamentals.md

0 commit comments

Comments
 (0)