8 lines
No EOL
224 B
YAML
8 lines
No EOL
224 B
YAML
steps:
|
|
lint:
|
|
image: denoland/deno:1.39.2
|
|
commands:
|
|
- apt update
|
|
- apt install curl
|
|
- curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && apt-get install -y nodejs
|
|
- deno task build |