Skip to content

Commit

Permalink
Merge pull request #292 from dell/update-actions
Browse files Browse the repository at this point in the history
Update actions
  • Loading branch information
gallacher authored Nov 13, 2024
2 parents 01daae3 + 15c8ba7 commit 2327df6
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 116 deletions.
55 changes: 0 additions & 55 deletions .github/workflows/actions.yml

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
31 changes: 0 additions & 31 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 2327df6

Please sign in to comment.