Skip to content

Commit

Permalink
Changing the path for black.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgiYovchev committed Jan 27, 2024
1 parent f7d88ee commit 91684ad
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/data_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- 'app/data-service/**.py'
- 'kubernetes/data-deploy.**'
- 'ansible/deploy-data.**'
- '.github/workflows/data_pipeline.**'

jobs:
editorconfig:
Expand Down Expand Up @@ -37,10 +38,13 @@ jobs:
- name: Install dependencies
run: pip install black

- name: Run the linters
uses: wearerequired/lint-action@v2
with:
black: true
- name: Run linter for data.py
run: black --check app/data-service/data.py

# - name: Run the linters
# uses: wearerequired/lint-action@v2
# with:
# black: true

scan:
name: gitleaks
Expand Down

0 comments on commit 91684ad

Please sign in to comment.