We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c39aa commit bd4e0c3Copy full SHA for bd4e0c3
.github/workflows/dependabot.yml
@@ -14,6 +14,18 @@ env:
14
GOPRIVATE: '' # A list of modules are considered private and not requested from GOPROXY
15
16
jobs:
17
+ build:
18
+ runs-on: ubuntu-latest
19
+ steps:
20
+ - uses: actions/checkout@v4
21
+
22
+ - name: Set up Go
23
+ uses: actions/setup-go@v4
24
+ with:
25
+ go-version: '1.20'
26
27
+ - name: Create assets
28
+ run: go run github.com/go-bindata/go-bindata/go-bindata@latest -pkg "assets" -o "assets/bindata.go" "LICENSE"
29
go-action-detection:
30
runs-on: ubuntu-latest
31
steps:
0 commit comments