Skip to content

consolidating these similar workflow files #1

consolidating these similar workflow files

consolidating these similar workflow files #1

---
name: kyu8 Build Pipeline
on: # yamllint disable-line rule:truthy
push:
branches:
- 'kyu8'
permissions:
contents: read
pull-requests: read
jobs:
flake8:
name: flake8
uses: iKostanOrg/codewars/.github/workflows/kyu8/flake8_kyu8.yml@master

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

View workflow run for this annotation

GitHub Actions / .github/workflows/lint_test_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