diff options
Diffstat (limited to 'worker/php/justfile')
| -rw-r--r-- | worker/php/justfile | 5 |
1 files changed, 5 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 . |
