Skip to content

Commit bfeb789

Browse files
committed
Change actions
1 parent 97a43c1 commit bfeb789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# For pushes to main/master, compare against previous commit
5959
BASE_COMMIT="HEAD~1"
6060
echo "Push to main/master: Comparing against $BASE_COMMIT"
61-
else:
61+
else
6262
# For pushes to other branches, compare against master/main
6363
if git rev-parse --verify origin/main >/dev/null 2>&1; then
6464
BASE_COMMIT="origin/main"

0 commit comments

Comments
 (0)