Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Oct 20, 2023
1 parent 7784875 commit 3f2faf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,6 @@ jobs:
with:
fetch-depth: 0

- name: Override SuperLinter configs 💾
run: |
# Override markdownlint default config
[ ! -e .markdownlint.yaml ] && cat > .markdownlint.yaml <<EOF
###############
# Rules by id #
###############
MD013:
line_length: 1200 # Line length
EOF
shell: bash

- name: Lint Code Base 🕵🏻‍♀️
uses: github/super-linter/slim@v4
env:
Expand Down
2 changes: 2 additions & 0 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
MD013:
line_length: 1200

0 comments on commit 3f2faf9

Please sign in to comment.