Skip to content

Commit

Permalink
add admin files
Browse files Browse the repository at this point in the history
  • Loading branch information
remkohdev-ibm committed Jan 3, 2021
1 parent 33eab09 commit 71a9881
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"line-length": false
}
2 changes: 2 additions & 0 deletions .markdownlintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive
docs/archive
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
language: node_js
node_js: 10

before_script:
- npm install markdownlint-cli
script:
- markdownlint -c .markdownlint.json workshop

0 comments on commit 71a9881

Please sign in to comment.