Skip to content

Commit bd4e0c3

Browse files
authored
Update dependabot.yml
1 parent e0c39aa commit bd4e0c3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,18 @@ env:
1414
GOPRIVATE: '' # A list of modules are considered private and not requested from GOPROXY
1515

1616
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"
1729
go-action-detection:
1830
runs-on: ubuntu-latest
1931
steps:

0 commit comments

Comments
 (0)