You've already forked goreleaser
							
							
				mirror of
				https://github.com/goreleaser/goreleaser.git
				synced 2025-10-30 23:58:09 +02:00 
			
		
		
		
	chore: checking markdown with prettier/prettier
So they are all equally formated
This commit is contained in:
		| @@ -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: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user