Compare commits
No commits in common. "935efb3aa05e0a5d925666f2308fd6f65ab5fb39" and "40c2618e4dffa92e1072d7bd0e93ec309f78c73c" have entirely different histories.
935efb3aa0
...
40c2618e4d
3 changed files with 2 additions and 34 deletions
|
@ -1,31 +0,0 @@
|
||||||
name: build bin
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [main]
|
|
||||||
pull_request:
|
|
||||||
branches: [main]
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
name: Make sure build does not fail
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
|
||||||
name: checkout
|
|
||||||
- name: install alsa devel
|
|
||||||
run: apt update && apt install libasound2-dev -y
|
|
||||||
- uses: https://code.forgejo.org/actions/setup-go@v5
|
|
||||||
name: install go
|
|
||||||
with:
|
|
||||||
go-version-file: './go.mod'
|
|
||||||
- run: go version
|
|
||||||
name: Go version
|
|
||||||
- run: make dep
|
|
||||||
name: install dependencies
|
|
||||||
- run: make build
|
|
||||||
name: build app
|
|
||||||
|
|
|
@ -24,4 +24,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
check_filenames: true
|
check_filenames: true
|
||||||
check_hidden: true
|
check_hidden: true
|
||||||
skip: ./.git
|
skip: ./vendor,./.git
|
||||||
|
|
|
@ -2,6 +2,5 @@
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"reviewers": [
|
"reviewers": [
|
||||||
"sagi"
|
"sagi"
|
||||||
],
|
]
|
||||||
"branchPrefix": "inspector_gadget/"
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue