Skip to content

Commit e07adbd

Browse files
authored
chore: Setup CI (#68)
1 parent b8d5d39 commit e07adbd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: .github/workflows/ci.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: CI
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- main
7+
8+
jobs:
9+
lint:
10+
uses: ExEr7um/workflows/.github/workflows/[email protected]

0 commit comments

Comments
 (0)