7 lines
102 B
Bash
Executable File
7 lines
102 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -o errexit -o pipefail
|
|
|
|
node ./scripts/lint/lint-markdown.js
|
|
yarn prettier --check .
|