Set up project structure

This commit is contained in:
2025-09-07 00:02:03 +02:00
commit cef8b710c7
3 changed files with 29 additions and 0 deletions

18
.editorconfig Normal file
View File

@@ -0,0 +1,18 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 120
tab_width = 4
[*.{md,yaml}]
max_line_length = 1024
[*.yaml]
indent_size = 2
tab_width = 2

1
.gitignore vendored Normal file
View File

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

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
# Common Workflows.
## Actions secrets and variables.
### Secrets
- CI_BOT_USERNAME = gitea_username
- CI_BOT_TOKEN = gitea_token
### Variables