Skip to content

Commit

Permalink
chore: bootstrap ci github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FantasticFiasco committed Mar 29, 2024
1 parent 0c585c0 commit 09cb6b9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ root = true

[*]
indent_style = space
insert_final_newline = true

[*.cs]
indent_size = 4
Expand Down Expand Up @@ -61,4 +62,4 @@ indent_size = 4
indent_size = 2

[*.{yaml,yml}]
indent_size = 2
indent_size = 2
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: CI

on:
push:
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- run: echo "Hello world"

0 comments on commit 09cb6b9

Please sign in to comment.