diff --git a/.github/workflows/test-actions.yml b/.github/workflows/test-actions.yml index 68b53b00..1cb0cf2a 100644 --- a/.github/workflows/test-actions.yml +++ b/.github/workflows/test-actions.yml @@ -126,7 +126,9 @@ jobs: run-pre-commit: true dependency-dict: '{"dev": ["pyright"]}' pre-commit-hook-skip-list: remove-tabs,forbid-tabs,check-readthedocs,check-dependabot,check-github-actions,check-github-workflows,commitizen,blacken-docs,yamlfix,hadolint,mdformat,markdown-link-check,check-poetry,toml-sort-fix,pyright,poetry-audit,ruff,ruff-format,docformatter - export-dependency-groups: update_development_dependencies:actions/update_development_dependencies,tests + export-dependency-groups: | + update_development_dependencies:actions/update_development_dependencies, + tests test-fetch_pr_number: runs-on: ubuntu-latest steps: