Skip to content

Commit

Permalink
refactor: make the path relative to the linting script (bregman-arie#264
Browse files Browse the repository at this point in the history
)
  • Loading branch information
kevinadhiguna authored and eshack94 committed Oct 21, 2023
1 parent 0f40f93 commit c012ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_ci.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# These are the same steps we are running in Travis CI

python tests/syntax_lint.py
python $(dirname "$0")/../tests/syntax_lint.py
flake8 --max-line-length=100 . && echo "PEP8 Passed"

0 comments on commit c012ad4

Please sign in to comment.