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 14:59:26 -02:00
parent 09ded3e5db
commit b1ccfbc6c2
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -7,11 +7,13 @@ services:
install:
- make setup
- gem install fpm
- npm install -g prettier
- sudo apt-get update
- sudo apt-get install --yes snapd rpm
- export PATH=/snap/bin:$PATH
- sudo snap install snapcraft --candidate --classic
script:
- find . -name '*.md' | grep -v vendor | xargs prettier -l || exit 1
- make ci
- test -n "$TRAVIS_TAG" || go run main.go --skip-validate --skip-publish
after_success: