Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw authored Apr 11, 2023
1 parent 3ecf1e2 commit 332cf92
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,28 @@ This workflow does the following things automatically:


## 1: CI
## Golang CI Workflow Sample

```yaml
# SPDX-FileCopyrightText: 2023 Comcast Cable Communications Management, LLC
SPDX-License-Identifier: Apache-2.0
---
name: 'CI'

on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
pull_request:
workflow_dispatch:

jobs:
add-to-project:
uses: xmidt-org/shared-go/.github/workflows/ci.yml@main
with:
release-type: library
secrets: inherit
```
### Inputs
Expand Down Expand Up @@ -82,6 +104,7 @@ This workflow does the following things automatically:




## Workflow Development

There are three special directories:
Expand Down

0 comments on commit 332cf92

Please sign in to comment.