Skip to content

Commit 8ee4be2

Browse files
Create ci.yml
1 parent d6c9ef0 commit 8ee4be2

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/ci.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: 看看这里 👉
2+
3+
on: [pull_request]
4+
5+
jobs:
6+
run-ci:
7+
env:
8+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9+
10+
name: 👌 Listingslab Automated Test
11+
runs-on: ubuntu-latest
12+
13+
steps:
14+
- name: 🦹‍♀️ 超级反派女人
15+
uses: actions/checkout@v3
16+
with:
17+
fetch-depth: 0
18+
19+
- name: 👼 天使
20+
run: npm test

0 commit comments

Comments
 (0)