Skip to content

Commit 119e2a3

Browse files
committed
Rename jobs
1 parent 155e50c commit 119e2a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/collab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
- "backend/collaboration-service/**"
1414

1515
jobs:
16-
runtests:
16+
run-tests:
1717
runs-on: ubuntu-latest
1818

1919
steps:

.github/workflows/frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
- "frontend/**"
1414

1515
jobs:
16-
Run ESLint:
16+
run-eslint:
1717
runs-on: ubuntu-latest
1818

1919
steps:

0 commit comments

Comments
 (0)