Minor fixes

This commit is contained in:
Andras Schmelczer 2022-05-26 21:22:00 +02:00
parent 317d9f535e
commit 8016660276
12 changed files with 34 additions and 246 deletions

View file

@ -1,26 +0,0 @@
name: Check library
on:
workflow_dispatch:
push:
branches:
- main
paths:
- "great_ai/**"
- ".github/workflows/*"
jobs:
lint:
uses: ./.github/workflows/generic-lint-python.yml
with:
path_to_project: examples/complex
sonar:
needs: lint
uses: ./.github/workflows/generic-sonarqube-python.yml
with:
project_name: great_ai
path_to_project: examples/complex
secrets:
sonar_token: ${{ secrets.SONAR_TOKEN }}
sonar_host: ${{ secrets.SONAR_HOST_URL }}