forked from Mirrors/elk
ci: add WIP check
This commit is contained in:
parent
bb69e6f231
commit
e380e7d52c
1 changed files with 12 additions and 0 deletions
12
.github/workflows/wip.yml
vendored
Normal file
12
.github/workflows/wip.yml
vendored
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
name: WIP
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
types: [opened, synchronize, reopened, edited]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
wip:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: wip/action@v1
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Reference in a new issue