Skip to content

Commit 187c76c

Browse files
author
chen
committed
update github action name
1 parent b3176f5 commit 187c76c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- main
99

1010
jobs:
11-
build:
11+
spotless-detekt-unittests:
1212
runs-on: ubuntu-latest
1313

1414
steps:
@@ -64,4 +64,4 @@ jobs:
6464
if [ $? -ne 0 ]; then
6565
echo "❌ Unit tests failed. Please fix the failing tests locally."
6666
exit 1
67-
fi
67+
fi

0 commit comments

Comments
 (0)