Fix names

This commit is contained in:
Andras Schmelczer 2022-05-26 21:01:49 +02:00
parent 0dd7a26e69
commit 09a3d0a7dd
No known key found for this signature in database
GPG key ID: 39260B5B0614A13E

View file

@ -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