Skip to content

Commit 94fb3c7

Browse files
committed
matching name
1 parent f330500 commit 94fb3c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on: [push, pull_request]
22
name: lint
33

44
jobs:
5-
golangci-lint:
5+
lint:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout code

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on: [push, pull_request]
22
name: security
33

44
jobs:
5-
govulncheck:
5+
security:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout code

0 commit comments

Comments
 (0)