aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorShinigami <[email protected]>2022-01-28 08:29:10 +0100
committerGitHub <[email protected]>2022-01-28 08:29:10 +0100
commit90d48da0bef125fd84fc758cebaeae4fab6c06bc (patch)
tree7416891f39be8a0c92398ac84708a1cbd7fa7724 /.github/workflows/ci.yml
parente63baaa4ad88e3ed69c82096a0ffbbce38facdc8 (diff)
downloadfaker-90d48da0bef125fd84fc758cebaeae4fab6c06bc.tar.xz
faker-90d48da0bef125fd84fc758cebaeae4fab6c06bc.zip
ci: check formatting (#317)
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5dc89fa1..2ae48dee 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -70,3 +70,6 @@ jobs:
- name: Lint
run: pnpm run lint
+
+ - name: Check formatting
+ run: pnpm prettier --check .