We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1c5f1d commit bea1bb0Copy full SHA for bea1bb0
.github/workflows/linters.yml
@@ -13,7 +13,7 @@ jobs:
13
container: debian:stable
14
15
steps:
16
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
17
- name: install linters
18
run: |
19
apt-get update && apt-get install -y git util-linux shellcheck shfmt reuse
.github/workflows/tests.yml
- name: install bats
apt-get update && apt-get install -y bats jq zstd git util-linux
0 commit comments