Skip to content

tvhdhomerun: Add ISDB to type check in tvhdhomerun_device_create #126

tvhdhomerun: Add ISDB to type check in tvhdhomerun_device_create

tvhdhomerun: Add ISDB to type check in tvhdhomerun_device_create #126

name: Enforce Rebasing
on:
pull_request:
branches:
- master
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
rebase_job:
runs-on: ubuntu-latest
name: Enforce rebasing
steps:
- name: Check out code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Is Rebased on master?
uses: cyberark/enforce-rebase@v2