mirror of
https://github.com/Valkyrie00/bold-brew.git
synced 2026-03-14 22:35:53 +01:00
feat: add github build job
This commit is contained in:
parent
78f00ee75d
commit
d710fdc8d7
1 changed files with 14 additions and 1 deletions
15
.github/workflows/quality.yml
vendored
15
.github/workflows/quality.yml
vendored
|
|
@ -21,4 +21,17 @@ jobs:
|
|||
uses: golangci/golangci-lint-action@v6
|
||||
with:
|
||||
version: v1.63.4
|
||||
skip-cache: true
|
||||
skip-cache: true
|
||||
|
||||
build:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: stable
|
||||
- name: Get dependencies
|
||||
run: go mod download
|
||||
- name: Build
|
||||
run: go build -v ./
|
||||
Loading…
Add table
Add a link
Reference in a new issue