diff options
Diffstat (limited to 'worker')
| -rw-r--r-- | worker/php/justfile | 5 | ||||
| -rw-r--r-- | worker/swift/justfile | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/worker/php/justfile b/worker/php/justfile new file mode 100644 index 0000000..115165d --- /dev/null +++ b/worker/php/justfile @@ -0,0 +1,5 @@ +check: + npm run check + +ci: + npx biome ci . diff --git a/worker/swift/justfile b/worker/swift/justfile index 33cf92c..b203597 100644 --- a/worker/swift/justfile +++ b/worker/swift/justfile @@ -1,3 +1,5 @@ check: go build -o /dev/null ./... go tool golangci-lint run + +ci: check |
