Skip to content

Commit

Permalink
ci: merp
Browse files Browse the repository at this point in the history
  • Loading branch information
alexAubin committed Sep 12, 2024
1 parent 51f5627 commit 07b3d98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autolint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# -bn # binary ops like && and | may start a line
# -ci # switch cases will be indented
# -w # write to file instead of stdout
args: -i=4 -kp -sr -bn -ci -w helpers/helpers helpers/helpers.v*.d/* hooks/*
args: -i=4 -kp -sr -bn -ci -w hooks/ helpers/helpers helpers/helpers.v1.d/ helpers/helpers.v2.1.d/
continue-on-error: true

- name: Check files using the black formatter
Expand All @@ -34,4 +34,4 @@ jobs:

- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit-message: ":art: Format Python code with Black, and Bash code with Shfmt"
commit_message: ":art: Format Python code with Black, and Bash code with Shfmt"
3 changes: 1 addition & 2 deletions helpers/helpers.v1.d/apt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
# | exit: Return 1 if dpkg is broken
#
# Requires YunoHost version 3.3.1 or higher.
ynh_wait_dpkg_free()
{
ynh_wait_dpkg_free() {
local try
set +o xtrace # set +x
# With seq 1 17, timeout will be almost 30 minutes
Expand Down

0 comments on commit 07b3d98

Please sign in to comment.