mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
6 lines
274 B
YAML
6 lines
274 B
YAML
|
parameters:
|
||
|
exe_suffix: ""
|
||
|
|
||
|
steps:
|
||
|
- bash: deno${{ parameters.exe_suffix }} run --allow-run --allow-write --allow-read format.ts --check
|
||
|
- bash: deno${{ parameters.exe_suffix }} run --allow-run --allow-net --allow-write --allow-read --config=tsconfig.test.json test.ts
|