Skip to content

Commit fe18c95

Browse files
authored
Fix job name in CircleCI config
1 parent 3b31723 commit fe18c95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ workflows:
2020
compile_test_deploy:
2121
jobs:
2222
- codacy/checkout_and_version:
23-
name: checkout_and_version
23+
name: codacy/checkout_and_version
2424
release_branch: main
2525
- unit_tests:
2626
requires:

0 commit comments

Comments
 (0)