Skip to content

Commit

Permalink
Install black and pylint for the style gate
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Oct 4, 2024
1 parent 10c2b3f commit ae3ece1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
curl -L ${ECLIPSE_URL} -o ${ECLIPSE_TAR}
tar --warning=no-unknown-keyword -C ${GITHUB_WORKSPACE}/.. -xzf ${ECLIPSE_TAR}
- name: Install Black and PyLint
run: |
pip install black pylint==2.4
- name: Run Style Gate
run: |
export ECLIPSE_EXE=${GITHUB_WORKSPACE}/../eclipse/eclipse
Expand Down

0 comments on commit ae3ece1

Please sign in to comment.