diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 0bed4943..71c94442 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -29,4 +29,4 @@ jobs: - name: Build package run: python -m build - name: Publish package distributions to PyPI - uses: pypa/gh-action-pypi-publish@v1.12.3 + uses: pypa/gh-action-pypi-publish@v1.12.4 diff --git a/openwisp-qa-check b/openwisp-qa-check index c94f9f3f..c3046bb6 100755 --- a/openwisp-qa-check +++ b/openwisp-qa-check @@ -88,7 +88,7 @@ runjsprettiercheck() { prettier $(find . -type f -name "*.js" -a ! -path "*vendor/*.js") --check && echo "SUCCESS: Prettier check successful!" || { - echoerr "ERROR: Prettier check failed! Hint: please follow js code conventions. Visit: https://openwisp.io/docs/developer/contributing.html#javascript-code-conventions" + echoerr "ERROR: Prettier check failed! Hint: please follow js code conventions. Visit: https://openwisp.io/docs/dev/developer/contributing.html#css-and-javascript-code-conventions" FAILURE=1 } else