Skip to content

GH Action test

GH Action test #1

Workflow file for this run

name: CI
on:
create:
tags:
push:
branches:
- gh-action
jobs:
build:
name: build

Check failure on line 13 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 13, Col: 5): Required property is missing: runs-on
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v2
with:
submodules: recursive
- name: Setup emscripten
uses: lovasoa/setup-emscripten@master
with:
emscripten-version: '1.38.47'