This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
pulumi-hugo-cn
Watch
1
Star
0
Fork
0
You've already forked pulumi-hugo-cn
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
pulumi-hugo-cn
/
scripts
/
lint.sh
7 lines
102 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
Initial commit
2021-04-06 07:36:14 -07:00
#!/bin/bash
Actually fail when the Markdown linter fails (#1622)
2022-06-15 16:25:51 -07:00
set
-o errexit -o pipefail
Initial commit
2021-04-06 07:36:14 -07:00
node ./scripts/lint/lint-markdown.js
Prettier Spike (#1517) * Add Prettier set-up (no formatting in this commit). * Manual fixes for Prettier issues. * Run Prettier fix on non-markdown files. * Incorporate Prettier PR feedback - update commands, re-apply new yaml styles, add editor config. * Remove deprecated config item. * Add dependency on prettier-plugin-go-template. * reconcile changed file with prettier formatting. * Add git blame ignore revs file to include Prettier formatting commit. * Fix format issue with merge conflict.
2022-06-01 10:58:20 -07:00
yarn prettier --check .
Reference in New Issue
Copy Permalink