Skip to content

Commit

Permalink
hmgn
Browse files Browse the repository at this point in the history
  • Loading branch information
alexAubin committed Nov 29, 2024
1 parent 34156d2 commit d0f2f4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autoblack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
continue-on-error: true
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit-message: ":art: Format Python code with Black"
commit_message: ":art: Format Python code with Black"
commit_user_name: yunohost-bot
commit_user_email: [email protected]
commit_author: 'yunohost-bot <[email protected]>'
3 changes: 3 additions & 0 deletions lib/parse_tests_toml.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
from default_install_args import get_default_values_for_questions





def generate_test_list_base(
test_manifest: dict,
default_install_args: dict,
Expand Down

0 comments on commit d0f2f4a

Please sign in to comment.