Skip to content

Commit 28862e7

Browse files
committed
FIX: restrict ruff to rainforest dir
1 parent 7e78207 commit 28862e7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test_rainforest_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Run Linting
5858
shell: bash -l {0}
5959
run: |
60-
ruff check .
60+
ruff check rainforest
6161
- name: Run tests
6262
env:
6363
AWS_KEY: ${{ secrets.AWS_KEY }}

.github/workflows/test_rainforest_master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Run Linting
5656
shell: bash -l {0}
5757
run: |
58-
ruff check .
58+
ruff check rainforest
5959
- name: Run tests
6060
env:
6161
AWS_KEY: ${{ secrets.AWS_KEY }}

0 commit comments

Comments
 (0)