Skip to content

Commit

Permalink
Merge pull request #185 from nspcc-dev/linter-name
Browse files Browse the repository at this point in the history
workflows: take care of Linter job name
  • Loading branch information
roman-khimov authored Sep 10, 2024
2 parents ef2e86b + 7fa1a7d commit 93bc4c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ on:

jobs:
dco:
name: Sign-off check
uses: nspcc-dev/.github/.github/workflows/dco.yml@master
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:

jobs:
lint:
name: Linter
uses: nspcc-dev/.github/.github/workflows/go-linter.yml@master
with:
workdir: cmd
Expand Down

0 comments on commit 93bc4c9

Please sign in to comment.