Fix names
This commit is contained in:
parent
e104a2f210
commit
26759a814d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/check_great_ai.yml
vendored
4
.github/workflows/check_great_ai.yml
vendored
|
|
@ -11,13 +11,13 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
uses: ./.github/workflows/generic-lint-node.yml
|
uses: ./.github/workflows/generic-lint-python.yml
|
||||||
with:
|
with:
|
||||||
path_to_project: projects/great_ai
|
path_to_project: projects/great_ai
|
||||||
|
|
||||||
sonar:
|
sonar:
|
||||||
needs: lint
|
needs: lint
|
||||||
uses: ./.github/workflows/generic-sonarqube-node.yml
|
uses: ./.github/workflows/generic-sonarqube-python.yml
|
||||||
with:
|
with:
|
||||||
project_name: great_ai
|
project_name: great_ai
|
||||||
path_to_project: projects/great_ai
|
path_to_project: projects/great_ai
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue