File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
lint :
10
- uses : ./.github/workflows/jobs/ coding-standards.yml
10
+ uses : ./.github/workflows/coding-standards.yml
11
11
12
12
test :
13
- uses : ./.github/workflows/jobs/ code-quality.yml
13
+ uses : ./.github/workflows/code-quality.yml
14
14
needs : lint
15
15
16
16
build :
Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
lint :
10
- uses : ./.github/workflows/jobs/ coding-standards.yml
10
+ uses : ./.github/workflows/coding-standards.yml
11
11
12
12
test :
13
- uses : ./.github/workflows/jobs/ code-quality.yml
13
+ uses : ./.github/workflows/code-quality.yml
14
14
needs : lint
15
15
16
16
build :
Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
lint :
10
- uses : ./.github/workflows/jobs/ coding-standards.yml
10
+ uses : ./.github/workflows/coding-standards.yml
11
11
12
12
test :
13
- uses : ./.github/workflows/jobs/ code-quality.yml
13
+ uses : ./.github/workflows/code-quality.yml
14
14
needs : lint
15
15
16
16
build :
You can’t perform that action at this time.
0 commit comments