Skip to content

add deno test ci job #1

add deno test ci job

add deno test ci job #1

Workflow file for this run

name: Test Deno
on:
push:
branches: [main]
pull_request:
branches:
- "main"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- run: |
rm package.json

Check failure on line 22 in .github/workflows/deno.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deno.yml

Invalid workflow file

You have an error in your yaml syntax on line 22
deno task test