Skip to content

Commit

Permalink
feat(bux-246): Changed jobs names
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazarii-4chain committed Apr 4, 2024
1 parent 014777e commit 602c830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-style-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ permissions:

jobs:
golangci:
name: lint
name: style-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
cache: false
- name: golangci-lint
- name: golangci-style-lint
uses: golangci/golangci-lint-action@v4
with:
# Require: The version of golangci-lint to use.
Expand Down

0 comments on commit 602c830

Please # to comment.