mirror of
https://github.com/denoland/deno.git
synced 2025-01-03 21:08:56 -05:00
63bbe2a2e0
Original: f3ddb4f26b
6 lines
No EOL
302 B
YAML
6 lines
No EOL
302 B
YAML
parameters:
|
|
exe_suffix: ""
|
|
|
|
steps:
|
|
- bash: deno${{ parameters.exe_suffix }} run --allow-run --allow-write --allow-read --allow-env ./format.ts --check
|
|
- bash: deno${{ parameters.exe_suffix }} run --allow-run --allow-net --allow-write --allow-read --allow-env --config=tsconfig.test.json ./test.ts |