1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-07-05 14:06:48 +01:00

ci: add WIP check

This commit is contained in:
三咲智子 2022-11-27 17:36:28 +08:00
parent bb69e6f231
commit e380e7d52c
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E

12
.github/workflows/wip.yml vendored Normal file
View 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 }}