Skip to content

ci: rework ci, add deny warnings in lint #208

ci: rework ci, add deny warnings in lint

ci: rework ci, add deny warnings in lint #208

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/common/depver.yml

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

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
daily:
uses: ./.github/workflows/common/daily.yaml
build:
uses: ./.github/workflows/common/build.yml
needs: [daily]
with:
name: fontfor