Skip to content

Just a test

Just a test #43

Workflow file for this run

name: Create a release
on:
pull_request:
# types: ['opened', 'reopened', 'synchronize', 'labeled', 'unlabeled', 'edited', 'ready_for_review'] # The first 3 are default.
concurrency:
group: release
cancel-in-progress: false
jobs:
unit_tests:
uses: apify/workflows/.github/workflows/python_unit_tests.yaml@main
lint_check:
uses: apify/workflows/.github/workflows/.github/workflows/python_lint_check.yaml@main

Check failure on line 16 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yaml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
type_check:
uses: apify/workflows/.github/workflows/.github/workflows/.github/workflows/python_type_check.yaml@main