Skip to content

Commit 71091b2

Browse files
authored
Merge pull request #2 from listee-dev/chore/add-workflow
Add workflow
2 parents 6c592ee + 045ee6c commit 71091b2

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- "**"
10+
11+
permissions:
12+
contents: write
13+
14+
jobs:
15+
lint:
16+
uses: listee-dev/listee-ci/.github/workflows/lint.yml@main
17+
18+
typecheck:
19+
uses: listee-dev/listee-ci/.github/workflows/typecheck.yml@main

0 commit comments

Comments
 (0)