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:
parent
b1ccfbc6c2
commit
d7da2c295a
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user