Skip to content

Commit

Permalink
attempt 9/n
Browse files Browse the repository at this point in the history
  • Loading branch information
aalok-sathe committed Nov 22, 2023
1 parent 8782aee commit ccb7e3d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
pylint -j 0 --extension-pkg-allow-list=kenlm,numpy surprisal --output-format=json:pylint.json,colorized || pylint-exit -efail $?
- name: convert pylint json output to html
run: pylint-json2html pylint.json -o docs/pylint.html
run: |
mkdir -p docs/
pylint-json2html pylint.json -o docs/pylint.html
- name: upload pylint output as artifact
uses: actions/upload-artifact@master
Expand Down

0 comments on commit ccb7e3d

Please sign in to comment.