Skip to content

Commit

Permalink
seperation take2
Browse files Browse the repository at this point in the history
  • Loading branch information
navaneethkrishna30 committed Oct 15, 2024
1 parent 58d83e2 commit 7f6229e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install pylint
lint:
runs-on: ubuntu-latest
needs: checkout
steps:
- name: Lint Code
run: |
pip install pylint
pylint app.py || true
build:
Expand Down

0 comments on commit 7f6229e

Please sign in to comment.