Compare commits

..

1 Commits

Author SHA1 Message Date
3a23bb3273 Fix workflow
All checks were successful
CI / Check spelling (pull_request) Successful in 1m24s
CI / Check coding style (pull_request) Successful in 1m44s
CI / Linux (debian) (pull_request) Successful in 12m16s
CI / Linux (ubuntu) (pull_request) Successful in 13m11s
CI / Linux (fedora) (pull_request) Successful in 15m4s
CI / Linux (arch) (pull_request) Successful in 15m37s
Current setup of the infratstrcture with DIND
was causing issues with volume binding,
leading to a false-positive error on code formatting check.

This commit addresses the issue by removing dependency on a container,
but at the same time it limits choice of formatting version.

This fix does not address the underlying issue with the architecture.

As an additional change, package versions are updated.
2025-06-20 14:46:19 +02:00

View File

@@ -72,10 +72,10 @@ jobs:
if [ $failed -ne 0 ]; then
echo "🚫 One or more files are not properly formatted."
exit $failed
else
echo "✅ All files are properly formatted."
fi
exit $failed
spell-check:
runs-on: ubuntu-22.04