Skip to content

Commit

Permalink
Merge branch 'master' into issues/431-falky-test-input-filter
Browse files Browse the repository at this point in the history
  • Loading branch information
youhaveme9 authored Feb 10, 2025
2 parents 4f2daf1 + 1d648f5 commit 961d5f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package distributions to PyPI
uses: pypa/[email protected].3
uses: pypa/[email protected].4
2 changes: 1 addition & 1 deletion openwisp-qa-check
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 961d5f1

Please sign in to comment.