1 parent 7e78207 commit 28862e7Copy full SHA for 28862e7
2 files changed
.github/workflows/test_rainforest_dev.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Run Linting
58
shell: bash -l {0}
59
run: |
60
- ruff check .
+ ruff check rainforest
61
- name: Run tests
62
env:
63
AWS_KEY: ${{ secrets.AWS_KEY }}
.github/workflows/test_rainforest_master.yml
@@ -55,7 +55,7 @@ jobs:
55
56
0 commit comments