mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-08-06 02:46:25 +02:00
12 lines
224 B
YAML
12 lines
224 B
YAML
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
|