feat: add GitHub Actions workflow for building, linting, and testing the project

This commit is contained in:
2024-12-30 09:33:15 +03:30
parent 001b5cbb20
commit e7a0fa3303
2 changed files with 73 additions and 0 deletions

5
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"cSpell.words": [
"wireit"
]
}