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