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 134df40 commit 17c4f42Copy full SHA for 17c4f42
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
name: Brew Formula
13
14
steps:
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
16
- name: Update Homebrew Formula
17
uses: dawidd6/action-homebrew-bump-formula@v3
18
with:
.github/workflows/tests.yml
@@ -14,7 +14,7 @@ jobs:
19
fetch-depth: 0
20
@@ -35,9 +35,9 @@ jobs:
35
36
- name: Test printing tldr version
37
run: ./tldr --version
38
-
+
39
- name: Test printing tldr list
40
run: ./tldr --list
41
42
- name: Test printing tldr page
43
run: ./tldr tar
0 commit comments