Initial commit

This commit is contained in:
2025-04-10 08:45:05 +02:00
commit 931f09fb80
3 changed files with 14 additions and 0 deletions

10
.editorconfig Normal file
View File

@@ -0,0 +1,10 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = 512
tab_width = 2

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.idea/

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# Hlaeja Common Workflows
GitHub actions [reusing workflows](https://docs.github.com/en/actions/using-workflows/reusing-workflows).