WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
This repository was archived by the owner on Aug 4, 2025. It is now read-only.

Commit babb67a

Browse files
authored
feat: add shellcheck 0.11.0 (#14)
1 parent 7eed4cb commit babb67a

File tree

5 files changed

+1160
-627
lines changed

5 files changed

+1160
-627
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
matrix:
4040
include:
41-
- version: '0.10.0'
41+
- version: '0.11.0'
4242
fail-fast: false
4343
steps:
4444
- name: Set environment variables
@@ -52,7 +52,9 @@ jobs:
5252
- name: Set up Docker Buildx
5353
uses: docker/setup-buildx-action@v3
5454
- name: Build packages
55-
uses: docker/bake-action@v4
55+
uses: docker/bake-action@v6
56+
with:
57+
source: .
5658
- name: Create GitHub release
5759
if: github.event_name == 'push'
5860
env:

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
npx lint-staged
1+
npx lint-staged

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ FROM alpine AS archives
1313

1414
# Install packages
1515
RUN apk add --no-cache \
16-
bash \
17-
findutils \
18-
tar \
19-
unzip \
20-
xz
16+
bash \
17+
findutils \
18+
tar \
19+
unzip \
20+
xz
2121

2222
ARG VERSION
2323

0 commit comments

Comments
 (0)