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