We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b03589 commit 1bdfceeCopy full SHA for 1bdfcee
Makefile
@@ -389,14 +389,6 @@ fmt/prettier:
389
echo "--- prettier"
390
cd site
391
# Avoid writing files in CI to reduce file write activity
392
-ifdef CI
393
- yarn run format:check
394
-else
395
- yarn run format:write
396
-endif
397
- echo "--- prettier"
398
- cd ../offlinedocs
399
-# Avoid writing files in CI to reduce file write activity
400
ifdef CI
401
yarn run format:check
402
else
@@ -423,14 +415,11 @@ lint: lint/shellcheck lint/go lint/ts lint/helm lint/site-icons
423
415
424
416
lint/site-icons:
425
417
./scripts/check_site_icons.sh
426
-
427
418
.PHONY: lint/site-icons
428
419
429
420
lint/ts:
430
421
431
422
yarn && yarn lint
432
433
- yarn && yarn lint
434
.PHONY: lint/ts
435
436
lint/go:
0 commit comments