Skip to content

Commit

Permalink
ci: update names of workflows and jobs (#270)
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Pivkin <[email protected]>
  • Loading branch information
nikpivkin authored Nov 26, 2024
1 parent b189830 commit 1de4d93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: golangci-lint
name: Lint

on:
push:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/test-go.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test go
name: Test

on:
pull_request:
Expand All @@ -10,8 +10,7 @@ env:
GO_VERSION: '1.22'

jobs:
build:
name: building defsec
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit 1de4d93

Please sign in to comment.