Skip to content

chore: start new version #236

chore: start new version

chore: start new version #236

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
audit:
uses: ./.github/workflows/action-audit.yml
build:
uses: ./.github/workflows/action-build.yml
needs: [depver, lint, audit]
if: ${{ ! failure() }}
with:
name: fontfor