Skip to content

Create reusable workflows #14

Create reusable workflows

Create reusable workflows #14

Workflow file for this run

name: main
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test-pre-commit:
uses: ./.github/workflows/pre-commit.yml
test-mkdocs:
uses: ./.github/workflows/mkdocs.yml
test-sphinx:
uses: ./.github/workflows/sphinx.yml

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

View workflow run for this annotation

GitHub Actions / main

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 15, Col: 11): Input path-to-doc is required, but not provided while calling.
test-py-coverage:
uses: ./.github/workflows/py-coverage.yml
test-py-publish:
uses: ./.github/workflows/py-publish.yml
test-release-drafter:
uses: ./.github/workflows/release-drafter.yml