Commit Graph

2 Commits

Author SHA1 Message Date
877d03fffc fix(action): correct invalid YAML syntax
The action.yml file had multiple syntax errors, including incorrect indentation and misplaced keys. This caused the action to fail during workflow parsing.

This commit corrects the YAML structure to be valid, ensuring the action can be loaded correctly.
2025-12-20 15:48:41 +03:00
717c267d0e feat: initial setup of github action and semantic release 2025-12-16 20:38:45 +03:00