Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Use the new shared workflow. #17

Use the new shared workflow.

Use the new shared workflow. #17

Workflow file for this run

# 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
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
pull_request:
workflow_dispatch:
jobs:
ci:
uses: xmidt-org/shared-go/.github/workflows/ci.yml@6dd1fab69f841fbea827a053e21fa83ea94774d9 # v3.0.0
with:
copyright-skip: true
lint-skip: true
style-skip: true
release-type: library
secrets: inherit