init ci cd yml-s

This commit is contained in:
2024-02-26 14:33:32 +01:00
parent d0915986a6
commit 494278875b
10 changed files with 7 additions and 0 deletions

View File

View File

View File

0
.github/CI/go_build.yml vendored Normal file
View File

0
.github/CI/go_lint.yml vendored Normal file
View File

0
.github/CI/go_test.yml vendored Normal file
View File

0
.github/CI/svelte_build.yml vendored Normal file
View File

0
.github/CI/svelte_lint.yml vendored Normal file
View File

5
.github/cd.yml vendored Normal file
View File

@@ -0,0 +1,5 @@
name: Continuous Deployment
on:
push:
branches:
- master

2
.github/ci.yml vendored Normal file
View File

@@ -0,0 +1,2 @@
name: Continuous Integration
on: push