Skip to content

Commit 922f654

Browse files
committed
formatting
1 parent a7484f0 commit 922f654

File tree

6 files changed

+27
-30
lines changed

6 files changed

+27
-30
lines changed

.github/workflows/ci-alpine-build.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
runs_on: ["ubuntu-24.04-arm"]
3434
os_id: ["alpine"]
3535
os_version_id: ["edge"]
36-
qbt_cross_name: ["armhf", "armv7", "aarch64", "riscv64", "x86_64", "x86"]
36+
qbt_cross_name:
37+
["armhf", "armv7", "aarch64", "riscv64", "x86_64", "x86"]
3738
qbt_libtorrent_version: ["1.2", "2.0"]
3839
qbt_build_tool: [""]
3940
qbt_qbittorrent_tag: [""]
@@ -99,7 +100,7 @@ jobs:
99100
printf '%s\n\n' "qbt_host_deps_repo=${set_qbt_host_deps_repo}" >> env.custom
100101
101102
- name: Host - Debian based specific env ${{ inputs.distinct_id }}
102-
if : matrix.os_id != 'alpine'
103+
if: matrix.os_id != 'alpine'
103104
run: |
104105
printf '%s\n' "LANG=C.UTF-8" >> env.custom
105106
printf '%s\n' "LC_ALL=C.UTF-8" >> env.custom
@@ -113,9 +114,9 @@ jobs:
113114
- name: Host - Bootstrap docker container
114115
uses: userdocs/actions/qbt_docker@e8f57bd585c7bb6dcce011694d6772bab657abca # v1.0.7
115116
with:
116-
os_id: ${{ matrix.os_id }}
117-
os_version_id: ${{ matrix.os_version_id }}
118-
additional_apps: "curl git"
117+
os_id: ${{ matrix.os_id }}
118+
os_version_id: ${{ matrix.os_version_id }}
119+
additional_apps: "curl git"
119120

120121
- name: Host - patches ${{ inputs.distinct_id }}
121122
if: hashFiles('patches/**') != ''
@@ -129,7 +130,7 @@ jobs:
129130
run: docker exec "${container_name}" bash "${script_name}" -bs-a
130131

131132
- name: Docker - glibc ${{ inputs.distinct_id }}
132-
if : matrix.os_id != 'alpine'
133+
if: matrix.os_id != 'alpine'
133134
run: docker exec "${container_name}" bash "${script_name}" glibc
134135

135136
- name: Docker - zlib ${{ inputs.distinct_id }}

.github/workflows/ci-debian-build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
printf '%s\n\n' "qbt_host_deps_repo=${set_qbt_host_deps_repo}" >> env.custom
115115
116116
- name: Host - Debian based specific env ${{ inputs.distinct_id }}
117-
if : matrix.os_id != 'alpine'
117+
if: matrix.os_id != 'alpine'
118118
run: |
119119
printf '%s\n' "LANG=C.UTF-8" >> env.custom
120120
printf '%s\n' "LC_ALL=C.UTF-8" >> env.custom
@@ -128,9 +128,9 @@ jobs:
128128
- name: Host - Bootstrap docker container
129129
uses: userdocs/actions/qbt_docker@e8f57bd585c7bb6dcce011694d6772bab657abca # v1.0.7
130130
with:
131-
os_id: ${{ matrix.os_id }}
132-
os_version_id: ${{ matrix.os_version_id }}
133-
additional_apps: "curl git"
131+
os_id: ${{ matrix.os_id }}
132+
os_version_id: ${{ matrix.os_version_id }}
133+
additional_apps: "curl git"
134134

135135
- name: Host - patches ${{ inputs.distinct_id }}
136136
if: hashFiles('patches/**') != ''
@@ -144,7 +144,7 @@ jobs:
144144
run: docker exec "${container_name}" bash "${script_name}" -bs-a
145145

146146
- name: Docker - glibc ${{ inputs.distinct_id }}
147-
if : matrix.os_id != 'alpine'
147+
if: matrix.os_id != 'alpine'
148148
run: docker exec "${container_name}" bash "${script_name}" glibc
149149

150150
- name: Docker - zlib ${{ inputs.distinct_id }}

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
push:
77
branches: [master, main]
88
paths:
9-
- 'docs/**'
10-
- 'changelog.md'
9+
- "docs/**"
10+
- "changelog.md"
1111
# Allows you to run this workflow manually from the Actions tab on GitHub.
1212
workflow_dispatch:
1313

.github/workflows/qi-bash.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
paths:
7-
- 'qi.bash'
7+
- "qi.bash"
88

99
permissions:
1010
contents: write
@@ -17,11 +17,7 @@ jobs:
1717
matrix:
1818
runs-on: ["ubuntu-24.04"]
1919
arch: ["amd64", "arm32v6", "arm32v7", "arm64v8", "i386", "riscv64"]
20-
container_image: [
21-
"ubuntu:latest",
22-
"debian:latest",
23-
"alpine:edge"
24-
]
20+
container_image: ["ubuntu:latest", "debian:latest", "alpine:edge"]
2521
include:
2622
- arch: amd64
2723
platform: linux/amd64
@@ -46,7 +42,7 @@ jobs:
4642
container_image: debian:latest
4743

4844
env:
49-
container_name: "build"
45+
container_name: "build"
5046
steps:
5147
- name: Checkout
5248
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

.github/workflows/send_files.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: send_to_usrdx_s
22

33
on:
44
push:
5-
branches: [ main, master ]
5+
branches: [main, master]
66
paths:
7-
- 'qbittorrent-nox-static.sh'
8-
- 'qbt-nox-static.bash'
9-
- 'qi.bash'
7+
- "qbittorrent-nox-static.sh"
8+
- "qbt-nox-static.bash"
9+
- "qi.bash"
1010
workflow_dispatch:
1111

1212
permissions: {}
@@ -16,8 +16,8 @@ jobs:
1616
runs-on: ubuntu-24.04-arm
1717

1818
steps:
19-
- name: Trigger grab_files workflow in usrdx/s
20-
env:
21-
GH_TOKEN: ${{ secrets.USRDX_S }}
22-
GH_HOST: github.com
23-
run: gh workflow run grab_files.yaml --repo usrdx/s
19+
- name: Trigger grab_files workflow in usrdx/s
20+
env:
21+
GH_TOKEN: ${{ secrets.USRDX_S }}
22+
GH_HOST: github.com
23+
run: gh workflow run grab_files.yaml --repo usrdx/s

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
- id: check-shebang-scripts-are-executable
2727

2828
- repo: https://github.com/woodruffw/zizmor-pre-commit
29-
rev: v1.16.2
29+
rev: v1.16.3
3030
hooks:
3131
- id: zizmor
3232

0 commit comments

Comments
 (0)