Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Update lint_test_build_kyu8.yml #3

Update lint_test_build_kyu8.yml

Update lint_test_build_kyu8.yml #3

---
name: kyu8 Build Pipeline
on: # yamllint disable-line rule:truthy
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
workflow_call:
jobs:
flake8:
name: flake8
uses: iKostanOrg/codewars/.github/workflows/kyu8/flake8_kyu8.yml@master

Check failure on line 16 in .github/workflows/lint_test_build_kyu8.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/lint_test_build_kyu8.yml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
mypy:
name: mypy
uses: iKostanOrg/codewars/.github/workflows/kyu8/mypy_kyu8.yml@master
pydocstyle:
name: pydocstyle
uses: iKostanOrg/codewars/.github/workflows/kyu8/pydocstyle_kyu8.yml@master
pylint:
name: pylint
uses: iKostanOrg/codewars/.github/workflows/kyu8/pylint_kyu8.yml@master
pytype:
name: pytype
uses: iKostanOrg/codewars/.github/workflows/kyu8/pytype_kyu8.yml@master