xmidt-org/heimdall

View on GitHub
.github/workflows/ci.yml

Summary

Maintainability
Test Coverage
# SPDX-FileCopyrightText: 2022 Comcast Cable Communications Management, LLC
# SPDX-License-Identifier: Apache-2.0
---
name: CI

on:
  push:
    branches:
      - main
    paths-ignore:
      - README.md
      - CONTRIBUTING.md
      - MAINTAINERS.md
      - LICENSE
      - NOTICE
  pull_request:
  workflow_dispatch:

jobs:
  ci:
    uses: xmidt-org/.github/.github/workflows/go-ci.yml@go-ci-v1
    with:
      license-skip: true
      docker-skip: true
    secrets: inherit