Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/natzar/ai-developer into main
Browse files Browse the repository at this point in the history
  • Loading branch information
AI committed Dec 27, 2023
2 parents e7e6502 + cfc7e79 commit 07f9509
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pylint
- name: Install Poetry
run: |
pip install poetry
- name: Install dependencies with Poetry
run: |
poetry install
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')

0 comments on commit 07f9509

Please sign in to comment.