Skip to content

Commit 1d14f87

Browse files
authored
Create check_downport
1 parent c00e01b commit 1d14f87

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/check_downport

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: check_downport
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
auto_downport:
8+
runs-on: ubuntu-latest
9+
timeout-minutes: 10
10+
steps:
11+
- name: Checkout Repository
12+
uses: actions/checkout@v3
13+
14+
- name: Set up Node.js
15+
uses: actions/setup-node@v3
16+
with:
17+
node-version: '16'
18+
19+
- run: npm ci
20+
- run: npm run downport

0 commit comments

Comments
 (0)