mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-08-01 16:34:32 +02:00
Create wip.yaml
This commit is contained in:
parent
7b5f44f954
commit
c3c7fd8850
1 changed files with 12 additions and 0 deletions
12
workflows/wip.yaml
Normal file
12
workflows/wip.yaml
Normal file
|
@ -0,0 +1,12 @@
|
|||
name: WIP
|
||||
on:
|
||||
pull_request:
|
||||
types: [ opened, synchronize, reopened, edited ]
|
||||
|
||||
jobs:
|
||||
wip:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
steps:
|
||||
- uses: wip/action@v1.0.0
|
Loading…
Add table
Add a link
Reference in a new issue