We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5148932 commit 075a552Copy full SHA for 075a552
.editorconfig
@@ -6,5 +6,5 @@ indent_size = 4
6
trim_trailing_whitespace = true
7
insert_final_newline = true
8
9
-[*.{csproj,json,md}]
+[*.{csproj,json,md,yml}]
10
indent_size = 2
.github/workflows/ci-cd.yml
@@ -0,0 +1,11 @@
1
+name: CI/CD
2
+
3
+on:
4
+ push:
5
+ workflow_dispatch:
+jobs:
+ build:
+ runs-on: ubuntu-latest
+ steps:
11
+ - run: echo "Hello world"
0 commit comments