Skip to content

Commit

Permalink
Update python-cli.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Riya922003 authored Nov 1, 2024
1 parent 58908e4 commit 2f338d9
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/python-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10']
project: [AI Snake Game,Car-game-project,Check-your-weight-project,Morsecode-project,Pattern,Python-OCR,Shape-project,Tic-Tac-Toe-project,expense_tracker_project,gif_generator,hagman-game-project,ife-game,object-detection,todo_app] # Add each project folder here
project: [AI Snake Game, Car-game-project, Check-your-weight-project, Morsecode-project, Pattern, Python-OCR, Shape-project, Tic-Tac-Toe-project, expense_tracker_project, gif_generator, hangman-game-project, ife-game, object-detection, todo_app] # Add each project folder here

steps:
- name: Check out repository
Expand All @@ -32,11 +32,12 @@ jobs:
fi
working-directory: ${{ matrix.project }}

- name: Run Linter (flake8)
run: |
pip install flake8
flake8 .
working-directory: ${{ matrix.project }}
# Removed Linter Step
# - name: Run Linter (flake8)
# run: |
# pip install flake8
# flake8 .
# working-directory: ${{ matrix.project }}

- name: Run Tests
run: |
Expand Down

0 comments on commit 2f338d9

Please sign in to comment.