Skip to content

Merge branch 'add-new-webhooks' of https://github.com/apivideo/api.vi… #1362

Merge branch 'add-new-webhooks' of https://github.com/apivideo/api.vi…

Merge branch 'add-new-webhooks' of https://github.com/apivideo/api.vi… #1362

Workflow file for this run

# Fake test that always passes (for now), because the generator requires a test job in each of its targets
name: Run unit tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Test
run: exit 0