Skip to content

Commit

Permalink
minor justfile fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
xavdid-stripe committed Jan 16, 2025
1 parent 1f04972 commit 6c69048
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions justfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import? '../sdk-codegen/justfile'

set quiet

import? '../sdk-codegen/utils.just'

# make vendored executables callable directly
export PATH := "vendor/bin:" + env_var('PATH')

Expand All @@ -26,10 +26,6 @@ ci-test autoload:
format *args: install
PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix -v --using-cache=no {{ args }}

# for backwards compatibility; ideally removed later
[private]
alias codegen-format := format

# check formatting for, but don't modify, files
format-check: (format "--dry-run")

Expand Down

0 comments on commit 6c69048

Please sign in to comment.