Skip to content

Commit

Permalink
Merge pull request #367 from dell/update-actions
Browse files Browse the repository at this point in the history
Update actions
  • Loading branch information
mjsdell authored Nov 13, 2024
2 parents 9d70b9f + b426ffc commit 86b9fb4
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 112 deletions.
52 changes: 0 additions & 52 deletions .github/workflows/actions.yaml

This file was deleted.

17 changes: 17 additions & 0 deletions .github/workflows/common-workflows.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Common Workflows
on: # yamllint disable-line rule:truthy
push:
branches: [main]
pull_request:
branches: ["**"]

jobs:

# golang static analysis checks
go-static-analysis:
uses: dell/common-github-actions/.github/workflows/go-static-analysis.yaml@main
name: Golang Validation

common:
name: Quality Checks
uses: dell/common-github-actions/.github/workflows/go-common.yml@main
30 changes: 0 additions & 30 deletions .github/workflows/linters.yaml

This file was deleted.

30 changes: 0 additions & 30 deletions .golangci.yaml

This file was deleted.

0 comments on commit 86b9fb4

Please sign in to comment.