Skip to content

Commit

Permalink
🐛 add correct scripts folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasParistech committed Sep 13, 2024
1 parent ffa8697 commit 44482e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
pip install -r .devcontainer/requirements.txt
- name: Linter
run: ./run_linter.sh
run: ./scripts/run_linter.sh

- name: Type-checker
run: ./run_mypy.sh
run: ./scripts/run_mypy.sh

0 comments on commit 44482e4

Please sign in to comment.