This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
name: Golang lint
|
name: Golang lint
|
||||||
run-name: Linting code in ${{ gitea.repository }} by ${{ gitea.actor }}
|
run-name: Linting code
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -8,6 +8,5 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repository code
|
- name: Checkout repository code
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Run golangci-lint
|
- name: Run golangci-lint
|
||||||
run: golangci-lint run
|
run: golangci-lint run
|
||||||
Reference in New Issue
Block a user