Skip to content

Use specific major version #686

Use specific major version

Use specific major version #686

Workflow file for this run

name: Deno
on: [push]
jobs:
build:
runs-on: ubuntu-latest
name: Deno
steps:
- uses: actions/checkout@v3
- name: Setup Deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- run: deno --version
- run: |
make
make summary
x

Check failure on line 17 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 17