Skip to content

Commit 959ed35

Browse files
authored
⏬ [just] broken GHAs should not prevent displaying the reviews in the terminal (#26)
1 parent 1753035 commit 959ed35

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.just/gh-process.just

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sync:
1414
git pull
1515
git stp
1616

17-
# PR create 3.3
17+
# PR create 3.4
1818
[group('Process')]
1919
pr: _has_commits && pr_checks
2020
#!/usr/bin/env bash
@@ -126,7 +126,6 @@ release rel_version:
126126
[group('Process')]
127127
pr_checks:
128128
#!/usr/bin/env bash
129-
set -euo pipefail # bash strict mode
130129

131130
gh pr checks --watch -i 5
132131

0 commit comments

Comments
 (0)