Skip to content

ci: add beta channel rust clippy check #215

ci: add beta channel rust clippy check

ci: add beta channel rust clippy check #215

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
daily:
uses: ./.github/workflows/daily.yml
build:
uses: ./.github/workflows/action-build.yml

Check failure on line 21 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: 21, Col: 11): Error from called workflow 7sDream/fontfor/.github/workflows/action-build.yml@e4133914e6df9d9eb01a63c7ad4217c7c0ec331b (Line: 12, Col: 15): Unexpected value 'choose' In .github/workflows/ci.yml (Line: 21, Col: 11): Error from called workflow 7sDream/fontfor/.github/workflows/action-build.yml@e4133914e6df9d9eb01a63c7ad4217c7c0ec331b (Line: 14, Col: 9): Unexpected value 'options'
needs: [daily]
with:
name: fontfor