This repository was archived by the owner on Nov 21, 2025. It is now read-only.
Commit 92146ff
fix: run format check iff on CI
When running `yarn format` locally the CI check should not be triggered.
Run the formatting check only when "CIRCLECI" is present in the environment
variables.
`CIRCLECI` is a built-in environment variable that's always set according to
https://circleci.com/docs/2.0/env-vars/#built-in-environment-variables1 parent 747edc2 commit 92146ff
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
0 commit comments