Unverified Commit f59479b6 authored by anarcat's avatar anarcat
Browse files

fix yaml syntax

parent 88b6ad79
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2,8 +2,7 @@ image: markdownlint/markdownlint

testcommit:
  script:
    - bin/markdownlint-wrapper $(git diff-tree --no-commit-id --name-only -r
  $CI_COMMIT_SHA)
    - bin/markdownlint-wrapper $(git diff-tree --no-commit-id --name-only -r $CI_COMMIT_SHA)
  except: [merge_requests]

testmr: