Skip to content

Commit 2db4d5d

Browse files
committed
fixed lint issues
Signed-off-by: Harish P <[email protected]>
1 parent c28033d commit 2db4d5d

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/common-workflows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
# checks unit tests, package coverage, and gosec
1616
common:
1717
name: Run gosec, unit tests, and check package coverage
18-
uses: dell/common-github-actions/.github/workflows/go-common.yml@main
18+
uses: dell/common-github-actions/.github/workflows/go-common.yml@main

.github/workflows/go-version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
go-version-update:
2020
uses: dell/common-github-actions/.github/workflows/go-version-workflow.yaml@main
2121
name: Go Version Update
22-
secrets: inherit
22+
secrets: inherit

.github/workflows/release.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ name: Release GoFSUtil
22
# Invocable as a reusable workflow
33
# Can be manually triggered
44
on:
5-
workflow_call:
5+
workflow_call:
66
workflow_dispatch:
77
inputs:
88
version:
9-
description: 'Version to release (major, minor, patch)'
9+
description: 'Version to release (major, minor, patch) Ex: 1.0.0'
1010
required: true
11-
default: 'none'
1211
jobs:
1312
csm-release:
1413
uses: dell/common-github-actions/.github/workflows/csm-release-libs.yaml@main

0 commit comments

Comments
 (0)