diff options
| author | Shinigami <[email protected]> | 2022-01-28 08:29:10 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-28 08:29:10 +0100 |
| commit | 90d48da0bef125fd84fc758cebaeae4fab6c06bc (patch) | |
| tree | 7416891f39be8a0c92398ac84708a1cbd7fa7724 /.github | |
| parent | e63baaa4ad88e3ed69c82096a0ffbbce38facdc8 (diff) | |
| download | faker-90d48da0bef125fd84fc758cebaeae4fab6c06bc.tar.xz faker-90d48da0bef125fd84fc758cebaeae4fab6c06bc.zip | |
ci: check formatting (#317)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
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 . |
