fixing yamllint issues

This commit is contained in:
2026-02-09 13:07:16 +00:00
parent 43578fed3d
commit c7accd0259

View File

@ -91,7 +91,7 @@ jobs:
if [ "$failed_check" = true ]; then
exit 1
fi
- name: Setup Node.js
uses: actions/setup-node@v4
with:
@ -121,4 +121,4 @@ jobs:
if [ "$failed_check" = true ]; then
exit 1
fi