Skip to content

Add packaging workflows #15

Add packaging workflows

Add packaging workflows #15

---
name: Update python linting dependencies in-sync with pre-commit
on:
pull_request:
branches: [main]
jobs:
update-python-and-pre-commit-deps:
uses: ./.github/workflows/_reusable-update-python-and-pre-commit-dependencies.yml

Check failure on line 8 in .github/workflows/update-python-and-pre-commit-dependencies.yml

View workflow run for this annotation

GitHub Actions / Update python linting dependencies in-sync with pre-commit

Invalid workflow file

The workflow is not valid. In .github/workflows/update-python-and-pre-commit-dependencies.yml (Line: 8, Col: 11): Error from called workflow tektronix/python-package-ci-cd/.github/workflows/_reusable-update-python-and-pre-commit-dependencies.yml@30d52b385b6f93ac09aa5e4da6c37f353b54245c (Line: 14, Col: 5): Unexpected value 'dependency-dict' In .github/workflows/update-python-and-pre-commit-dependencies.yml (Line: 8, Col: 11): Error from called workflow tektronix/python-package-ci-cd/.github/workflows/_reusable-update-python-and-pre-commit-dependencies.yml@30d52b385b6f93ac09aa5e4da6c37f353b54245c (Line: 21, Col: 5): Unexpected value 'update-pre-commit'
with:
commit-user-name: ${{ vars.TEK_OPENSOURCE_NAME }}
commit-user-email: ${{ vars.TEK_OPENSOURCE_EMAIL }}
update-pre-commit: true
run-pre-commit: true
pre-commit-hook-skip-list: pyright,poetry-audit
export-dependency-groups: udd:actions/update-development-dependencies
permissions:
contents: write
secrets:
checkout-token: ${{ secrets.TEK_OPENSOURCE_TOKEN }}
gpg-signing-key-private: ${{ secrets.TEK_OPENSOURCE_GPG_SIGNING_KEY_PRIVATE }}
gpg-signing-key-passphrase: ${{ secrets.TEK_OPENSOURCE_GPG_SIGNING_KEY_PASSPHRASE }}