Skip to content

Commit

Permalink
Remove set -e
Browse files Browse the repository at this point in the history
  • Loading branch information
chong-he committed Apr 15, 2024
1 parent ec43e93 commit b52597b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/mdlint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#! /usr/bin/env bash

# set -e

# use markdownlint-cli to check for markdown files
docker run --rm -v ./book:/workdir ghcr.io/igorshubovych/markdownlint-cli:latest '**/*.md' --ignore node_modules

Expand Down

0 comments on commit b52597b

Please sign in to comment.