Skip to content

Commit a27bf71

Browse files
committed
Add github action
1 parent 45bcd0f commit a27bf71

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.editorconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
root = true
33

44
[*]
5-
indent_style = tab
5+
indent_style = space
6+
indent_size = 2
67
end_of_line = lf
78
charset = utf-8
89
trim_trailing_whitespace = true

.github/workflows/test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Test
2+
3+
on: push
4+
5+
jobs:
6+
build:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)