Skip to content

Commit

Permalink
consolidate workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
shaynafinocchiaro committed Nov 5, 2024
1 parent 09c68a3 commit d5f2b55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/actions.yaml

This file was deleted.

5 changes: 5 additions & 0 deletions .github/workflows/common-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ jobs:
go-static-analysis:
uses: dell/common-github-actions/.github/workflows/go-static-analysis.yaml@main
name: Golang Validation

# checks unit tests, package coverage, and gosec
common:
name: Run gosec, unit tests, and check package coverage
uses: dell/common-github-actions/.github/workflows/go-common.yml@main

0 comments on commit d5f2b55

Please sign in to comment.