Skip to content

Commit 0cc39cc

Browse files
committed
Update workflow files
1 parent e98eb34 commit 0cc39cc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55

66
jobs:
7-
run-tests:
7+
linting:
88
strategy:
99
fail-fast: false
1010
matrix:

.github/workflows/unit-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- completed
88

99
jobs:
10-
run-tests:
10+
unit-test:
1111
strategy:
1212
fail-fast: false
1313
matrix:

0 commit comments

Comments
 (0)