Skip to content

Initial commit

Initial commit #2

Workflow file for this run

name: "api"
on:
workflow_dispatch:
push:
paths:
- "**"
- "api/**"
jobs:
check:
if: "github.ref == 'refs/heads/main'"

Check failure on line 12 in .github/workflows/api.yml

View workflow run for this annotation

GitHub Actions / api

Invalid workflow file

The workflow is not valid. .github/workflows/api.yml (Line: 12, Col: 5): Required property is missing: runs-on
steps:
- uses: "./.github/actions/nodejs"