We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a96042e + 99b37be commit e189e38Copy full SHA for e189e38
run-pylint/action.yml
@@ -104,7 +104,7 @@ runs:
104
USER_LANG: ${{ inputs.language }}
105
- name: Install spell checker
106
if: inputs.language != ''
107
- uses: UoMResearchIT/actions/apt-get-install@v1.1
+ uses: UoMResearchIT/actions/apt-get-install@v1.2
108
with:
109
packages: enchant-2 hunspell libhunspell-dev ${{ steps.lang.outputs.pkg }}
110
- name: Build composite dictionary
0 commit comments