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