Minor fixes
This commit is contained in:
parent
5cc96172af
commit
ae9521bc29
12 changed files with 34 additions and 246 deletions
26
.github/workflows/check_example.yml
vendored
26
.github/workflows/check_example.yml
vendored
|
|
@ -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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue