Skip to content

Commit 046a77c

Browse files
authored
rename jobs (#101)
* rename job in action * rename job in testing action
1 parent c878bd9 commit 046a77c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Code Quality
22
on: [pull_request]
33

44
jobs:
5-
build:
5+
linting:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v3

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- "*"
1010

1111
jobs:
12-
build:
12+
testing:
1313
runs-on: "ubuntu-latest"
1414
strategy:
1515
matrix:

0 commit comments

Comments
 (0)