mirror of
https://github.com/pion/webrtc.git
synced 2025-09-27 03:25:58 +08:00
21 lines
589 B
YAML
21 lines
589 B
YAML
#
|
|
# 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: Lint
|
|
on:
|
|
pull_request:
|
|
|
|
jobs:
|
|
lint:
|
|
uses: pion/.goassets/.github/workflows/lint.reusable.yml@master
|