Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasecchig committed Sep 18, 2024
1 parent 0a671f9 commit 39df4b5
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ jobs:
################################
# Run Linter against code base #
################################

- name: Lint Conversational Gen AI App Template
if: contains(github.event.pull_request.changed_files, 'gemini/sample-apps/conversational-genai-app-template/')
run: |
cd gemini/sample-apps/conversational-genai-app-template
pip install poetry
poetry run ruff check .
- name: Lint Code Base
uses: super-linter/super-linter/slim@v7
env:
Expand All @@ -61,9 +69,4 @@ jobs:
VALIDATE_TYPESCRIPT_STANDARD: false # super-linter/super-linter#4445
VALIDATE_CHECKOV: false

- name: Lint Conversational GenAI App Template
if: contains(github.event.pull_request.changed_files, 'gemini/sample-apps/conversational-genai-app-template/')
run: |
cd gemini/sample-apps/conversational-genai-app-template
pip install poetry
poetry run ruff check .

0 comments on commit 39df4b5

Please sign in to comment.