Skip to content

Run $ make check validation on commit push, not just PR #1

Run $ make check validation on commit push, not just PR

Run $ make check validation on commit push, not just PR #1

name: Check Python package version numbers

Check failure on line 1 in .github/workflows/check-python-package-versions.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/check-python-package-versions.yaml

Invalid workflow file

(Line: 13, Col: 5): Unexpected value 'uses'
on:
pull_request_target:
paths:
- '**/pyproject.toml'
- 'packages/**/__about__.py'
jobs:
check:
runs-on: ubuntu-latest
if: github.event.pull_request.head.repo.full_name == github.repository
uses: ./.github/workflows/reusable/check-python-package-versions.yaml'