Skip to content

ci: try fix daily ci #238

ci: try fix daily ci

ci: try fix daily ci #238

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