Skip to content

first attempt at CI script to download node #1

first attempt at CI script to download node

first attempt at CI script to download node #1

Workflow file for this run

name: Build extension

Check failure on line 1 in .github/workflows/build.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yaml

Invalid workflow file

Invalid `steps` value - steps should be list of `uses` or `run` items
on:
push:
branches: master
pull_request:
branches: '*'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
-uses: actions/checkout@v4
-uses: .github/actions/Setup.yaml