Skip to content

Commit

Permalink
Test API compatibility job
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat committed Feb 29, 2024
1 parent 7adea42 commit f8ce41d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/api.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#
# DO NOT EDIT THIS FILE
#
# It is automatically copied from https://github.com/pion/.goassets repository.
# If this repository should have package specific CI config,
# remove the repository name from .goassets/.github/workflows/assets-sync.yml.
#
# If you want to update the shared CI config, send a PR to
# https://github.com/pion/.goassets instead of this repository.
#
# SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
# SPDX-License-Identifier: MIT

name: API Compatibility
on:
pull_request:

jobs:
test:
uses: pion/.goassets/.github/workflows/api.reusable.yml@split-api-compatibility-check-job

0 comments on commit f8ce41d

Please sign in to comment.