Skip to content

Commit b231c3d

Browse files
consolidate checks
1 parent 2db4d5d commit b231c3d

File tree

4 files changed

+2
-63
lines changed

4 files changed

+2
-63
lines changed

.github/workflows/common-workflows.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
uses: dell/common-github-actions/.github/workflows/go-static-analysis.yaml@main
1313
name: Golang Validation
1414

15-
# checks unit tests, package coverage, and gosec
1615
common:
17-
name: Run gosec, unit tests, and check package coverage
16+
name: Quality Checks
1817
uses: dell/common-github-actions/.github/workflows/go-common.yml@main

.github/workflows/linters.yaml

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Release GoFSUtil
22
# Invocable as a reusable workflow
33
# Can be manually triggered
4-
on:
4+
on: # yamllint disable-line rule:truthy
55
workflow_call:
66
workflow_dispatch:
77
inputs:

.golangci.yaml

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)