mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-12 14:01:14 +00:00
short naming
This commit is contained in:
parent
4787970861
commit
bdb0c2099d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/golangci.yml
vendored
4
.github/workflows/golangci.yml
vendored
|
|
@ -1,8 +1,8 @@
|
|||
name: golangci-lint
|
||||
name: golangci
|
||||
on: [pull_request]
|
||||
jobs:
|
||||
golangci-lint-dockerfile:
|
||||
name: golangci-lint
|
||||
name: lint
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out code into the Go module directory
|
||||
|
|
|
|||
Loading…
Reference in a new issue