commit 931f09fb800164e03aa599e61e0e4aa700c061c6 Author: Swordsteel Date: Thu Apr 10 08:45:05 2025 +0200 Initial commit diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..71c2642 --- /dev/null +++ b/.editorconfig @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9f11b75 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..2d8f6b7 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Hlaeja Common Workflows + +GitHub actions [reusing workflows](https://docs.github.com/en/actions/using-workflows/reusing-workflows).