Skip to content

Commit

Permalink
#152 Savepoint
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Jul 11, 2024
1 parent 6a484d6 commit 9be3689
Showing 1 changed file with 30 additions and 15 deletions.
45 changes: 30 additions & 15 deletions .github/workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,74 +2,74 @@

## add-labels-standardized.yaml

- [GitHub Action](add-labels-standardized.yaml)
- [Add Labels Standardized GitHub action]
- uses [senzing-factory/build-resources/...add-labels-to-issue.yaml]

## add-to-project-garage-dependabot.yaml

- [GitHub Action](add-to-project-garage-dependabot.yaml)
- [Add to Project Garage Dependabot GitHub action]
- uses [senzing-factory/build-resources/.../add-to-project-dependabot.yaml]

## add-to-project-garage.yaml

- [GitHub Action](add-to-project-garage.yaml)
- [Add to Project Garage GitHub action]
- uses

## dependabot-approve-and-merge.yaml

- [GitHub Action](dependabot-approve-and-merge.yaml)
- [Dependabot Approve and Merge GitHub action]
- uses [senzing-factory/build-resources/.../dependabot-approve-and-merge.yaml]

## docker-build-container.yaml

- [GitHub Action](docker-build-container.yaml)
- [Docker Build Container GitHub action]
- uses [senzing-factory/github-action-docker-buildx-build]

## docker-push-containers-to-dockerhub.yaml

- [GitHub Action](docker-push-containers-to-dockerhub.yaml)
- [Docker Push Containers to DockerHub GitHub action]
- uses [senzing-factory/github-action-docker-buildx-build]

## golangci-lint.yaml

- [GitHub Action](golangci-lint.yaml)
- [Golangci Lint GitHub action]
- uses [golangci/golangci-lint-action]

## go-proxy-pull.yaml

- [GitHub Action](go-proxy-pull.yaml)
- [Go Proxy Pull GitHub action]
- uses [andrewslotin/go-proxy-pull-action]

## go-test-darwin.yaml

- [GitHub Action](go-test-darwin.yaml)
- [Go Test Darwin GitHub action]

## go-test-linux.yaml

- [GitHub Action](go-test-linux.yaml)
- [Go Test Linux GitHub action]

## go-test-windows.yaml

- [GitHub Action](go-test-windows.yaml)
- [Go Test Windows GitHub action]

## lint-workflows.yaml

- [GitHub Action](lint-workflows.yaml)
- [Lint Workflows GitHub action]
- uses [senzing-factory/build-resources/.../lint-workflows.yaml]

## make-go-github-file.yaml

- [GitHub Action](make-go-github-file.yaml)
- [Make Go GitHub File GitHub action]
- uses [senzing-factory/build-resources/.../make-go-github-file.yaml]

## make-go-tag.yaml

- [GitHub Action](make-go-tag.yaml)
- [Make Go Tag GitHub action]
- uses [senzing-factory/github-action-make-go-tag]

## move-pr-to-done-dependabot.yaml

- [GitHub Action](move-pr-to-done-dependabot.yaml)
- [Move PR to Done Dependabot GitHub action]
- uses [senzing-factory/build-resources/.../move-pr-to-done-dependabot.yaml]

[andrewslotin/go-proxy-pull-action]: https://github.com/andrewslotin/go-proxy-pull-action
Expand All @@ -80,3 +80,18 @@
[senzing-factory/build-resources/.../move-pr-to-done-dependabot.yaml]: https://github.com/senzing-factory/build-resources/blob/main/.github/workflows/move-pr-to-done-dependabot.yaml
[senzing-factory/github-action-docker-buildx-build]: https://github.com/senzing-factory/github-action-docker-buildx-build
[senzing-factory/github-action-make-go-tag]: https://github.com/senzing-factory/github-action-make-go-tag
[Add Labels Standardized GitHub action]: add-labels-standardized.yaml
[Add to Project Garage Dependabot GitHub action]: add-to-project-garage-dependabot.yaml
[Add to Project Garage GitHub action]: add-to-project-garage.yaml
[Dependabot Approve and Merge GitHub action]: dependabot-approve-and-merge.yaml
[Docker Build Container GitHub action]: docker-build-container.yaml
[Docker Push Containers to DockerHub GitHub action]: docker-push-containers-to-dockerhub.yaml
[Golangci Lint GitHub action]: golangci-lint.yaml
[Go Proxy Pull GitHub action]: go-proxy-pull.yaml
[Go Test Darwin GitHub action]: go-test-darwin.yaml
[Go Test Linux GitHub action]: go-test-linux.yaml
[Go Test Windows GitHub action]: go-test-windows.yaml
[Lint Workflows GitHub action]: lint-workflows.yaml
[Make Go GitHub File GitHub action]: make-go-github-file.yaml
[Make Go Tag GitHub action]: make-go-tag.yaml
[Move PR to Done Dependabot GitHub action]: move-pr-to-done-dependabot.yaml

0 comments on commit 9be3689

Please sign in to comment.