Skip to content

Commit

Permalink
Update flake8.yml to include irt/ and samples/ directories
Browse files Browse the repository at this point in the history
  • Loading branch information
mrigankpawagi authored Dec 2, 2024
1 parent 5cbed1d commit aae6b7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
branches: [ "main" ]
paths:
- "translation/**"
- "irt/**"
- "samples/**"

jobs:
build:
Expand All @@ -28,4 +30,4 @@ jobs:
python -m pip install flake8
- name: Check with flake8
run: |
flake8 --ignore=E501 translation
flake8 --ignore=E501 translation irt samples

0 comments on commit aae6b7d

Please sign in to comment.