Skip to content

CI

CI #217

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
depver:
if: "contains(github.event.head_commit.message, '(release)')"
uses: ./.github/workflows/action-depver.yml
lint:
uses: ./.github/workflows/action-lint.yml
with:
beta: false
audit:
uses: ./.github/workflows/action-audit.yml
build:
uses: ./.github/workflows/action-build.yml

Check failure on line 26 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. In .github/workflows/ci.yml (Line: 26, Col: 11): Error from called workflow 7sDream/fontfor/.github/workflows/action-build.yml@9da5ac5f9317741e6d80a9292450e4b09023a31f (Line: 12, Col: 15): Unexpected value 'choice' In .github/workflows/ci.yml (Line: 26, Col: 11): Error from called workflow 7sDream/fontfor/.github/workflows/action-build.yml@9da5ac5f9317741e6d80a9292450e4b09023a31f (Line: 14, Col: 9): Unexpected value 'options'
needs: [depver, lint, audit]
with:
name: fontfor