mirror of
https://github.com/YuzuZensai/TrollSSH.git
synced 2026-09-13 17:28:59 +00:00
👷 ci: add golangci-lint step
This commit is contained in:
@@ -31,6 +31,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
install-go: false
|
install-go: false
|
||||||
|
|
||||||
|
- name: golangci-lint
|
||||||
|
uses: golangci/golangci-lint-action@v7
|
||||||
|
with:
|
||||||
|
working-directory: src
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build -o trollssh ./src
|
run: go build -o trollssh ./src
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user