Skip to content

Commit

Permalink
consolidate checks
Browse files Browse the repository at this point in the history
  • Loading branch information
shaynafinocchiaro committed Nov 13, 2024
1 parent fd628f5 commit fadee8e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 63 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/common-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
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
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.

2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release GoiSCSI
# Invocable as a reusable workflow
# Can be manually triggered
on:
on: # yamllint disable-line rule:truthy
workflow_call:
workflow_dispatch:
inputs:
Expand Down
30 changes: 0 additions & 30 deletions .golangci.yaml

This file was deleted.

0 comments on commit fadee8e

Please sign in to comment.