1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

chore: checking markdown with prettier/prettier

So they are all equally formated
This commit is contained in:
Carlos Alexandro Becker 2017-12-10 15:06:56 -02:00
parent b1ccfbc6c2
commit d7da2c295a
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -13,7 +13,7 @@ install:
- export PATH=/snap/bin:$PATH
- sudo snap install snapcraft --candidate --classic
script:
- find . -name '*.md' | grep -v vendor | xargs prettier -l || exit 1
- find . -name '*.md' | grep -v vendor | xargs prettier -l || { echo files above are not formatted with prettier/prettier; exit 1; }
- make ci
- test -n "$TRAVIS_TAG" || go run main.go --skip-validate --skip-publish
after_success: