Skip to content

Commit 075a552

Browse files
chore(ci): bootstrap ci/cd workflow
1 parent 5148932 commit 075a552

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ indent_size = 4
66
trim_trailing_whitespace = true
77
insert_final_newline = true
88

9-
[*.{csproj,json,md}]
9+
[*.{csproj,json,md,yml}]
1010
indent_size = 2

.github/workflows/ci-cd.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: CI/CD
2+
3+
on:
4+
push:
5+
workflow_dispatch:
6+
7+
jobs:
8+
build:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- run: echo "Hello world"

0 commit comments

Comments
 (0)