Skip to content

ci: input args not required #220

ci: input args not required

ci: input args not required #220

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
needs: [depver, lint, audit]
with:
name: fontfor