Skip to content

Commit

Permalink
ci: Add test for multiline export groups for the reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 committed Sep 3, 2024
1 parent a957c8b commit 524f018
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 524f018

Please sign in to comment.