27 lines
685 B
YAML
27 lines
685 B
YAML
#
|
|
# Copyright (c) 2012-2020 Red Hat, Inc.
|
|
# This program and the accompanying materials are made
|
|
# available under the terms of the Eclipse Public License 2.0
|
|
# which is available at https://www.eclipse.org/legal/epl-2.0/
|
|
#
|
|
# SPDX-License-Identifier: EPL-2.0
|
|
#
|
|
# Contributors:
|
|
# Red Hat, Inc. - initial API and implementation
|
|
#
|
|
|
|
name: Check nightly "opm" bundle
|
|
on: [pull_request, push]
|
|
jobs:
|
|
|
|
build:
|
|
name: Check nightly "opm" bundle
|
|
runs-on: ubuntu-20.04
|
|
steps:
|
|
- uses: actions/checkout@v1
|
|
with:
|
|
path: go/src/github.com/${{ github.repository }}
|
|
|
|
- name:
|
|
run: "${GITHUB_WORKSPACE}/.github/action_scripts/operator_code_check.sh"
|