From 6da2e1c6d629747a5b5fbe5817d99e633b97e912 Mon Sep 17 00:00:00 2001 From: docktermj Date: Thu, 11 Jul 2024 12:47:04 -0400 Subject: [PATCH] #152 Savepoint --- .github/workflows/README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/workflows/README.md b/.github/workflows/README.md index 212f304..d1ad38c 100644 --- a/.github/workflows/README.md +++ b/.github/workflows/README.md @@ -55,15 +55,27 @@ - [actions/upload-artifact] - [senzing-factory/build-resources/.../go-coverage.yaml] - - [golangci/golangci-lint-action] - ## go-test-linux.yaml - [Go Test Linux GitHub action] + - uses: + - [actions/checkout] + - [actions/setup-go] + - [gotesttools/gotestfmt-action] + - [senzing-factory/github-action-install-senzing-api] + - [actions/upload-artifact] + - [senzing-factory/build-resources/.../go-coverage.yaml] ## go-test-windows.yaml - [Go Test Windows GitHub action] + - uses: + - [actions/checkout] + - [actions/setup-go] + - [gotesttools/gotestfmt-action] + - [senzing-factory/github-action-install-senzing-api] + - [actions/upload-artifact] + - [senzing-factory/build-resources/.../go-coverage.yaml] ## lint-workflows.yaml