We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f057e6f commit 7712ad4Copy full SHA for 7712ad4
2 files changed
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
name: Shellcheck
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
15
- name: Run shellcheck
16
run: shellcheck hdi
17
@@ -23,7 +23,7 @@ jobs:
23
os: [ubuntu-latest, macos-latest]
24
runs-on: ${{ matrix.os }}
25
26
27
28
- name: Install bats-core
29
run: |
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
name: Create release
- name: Run tests before release
18
0 commit comments