mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-12 22:11:15 +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]
|
on: [pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
golangci-lint-dockerfile:
|
golangci-lint-dockerfile:
|
||||||
name: golangci-lint
|
name: lint
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out code into the Go module directory
|
- name: Check out code into the Go module directory
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue