mirror of
https://github.com/hay-kot/homebox.git
synced 2025-07-22 02:20:29 +00:00
update CI
This commit is contained in:
parent
8c5f481fb9
commit
08d6c83fd4
4 changed files with 18 additions and 5 deletions
9
.github/workflows/go.yaml
vendored
9
.github/workflows/go.yaml
vendored
|
@ -26,6 +26,15 @@ jobs:
|
|||
- name: Install Task
|
||||
uses: arduino/setup-task@v1
|
||||
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
with:
|
||||
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
|
||||
version: latest
|
||||
|
||||
# Optional: working directory, useful for monorepos
|
||||
working-directory: backend
|
||||
|
||||
- name: Build API
|
||||
run: task api:build
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue