Create test.yml

This commit is contained in:
xrkffgg
2020-12-21 11:10:40 +08:00
committed by GitHub
parent 38d890766f
commit 2bf814f456

18
.github/workflows/test.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: 🤖 test
on:
issues:
types: [labeled]
jobs:
auto-invite:
runs-on: ubuntu-latest
if: github.event.label.name == 'test'
steps:
- uses: actions/checkout@master
- name: install
run: yarn
- name: node js
run: node ./src/main.js