Skip to content

Commit

Permalink
Add prettier check to ci-check.sh and thus ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mmlb committed Jun 4, 2020
1 parent 0da5f5b commit 6ec82cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ steps:
commands:
- CGO_ENABLED=0 go test -v ./...

- name: check spelling
- name: ci-checks
image: nixos/nix
commands:
- ./ci-checks.sh
Expand Down
1 change: 1 addition & 0 deletions ci-checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
#!nix-shell -i bash

codespell -q 3 -I .codespell-whitelist *
prettier --check '**/*.json' '**/*.md' '**/*.yml'

0 comments on commit 6ec82cd

Please sign in to comment.