Skip to content

Commit b92411a

Browse files
committed
draft alpine3 GH CI
1 parent 2be65b4 commit b92411a

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.github/workflows/golangci-lint.yaml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ name: Golang ci
22
on:
33
# don't build any branch other than master (and prs) when git pushed
44
pull_request: {}
5-
push:
6-
branches:
7-
- master
8-
- "/^v\\d+\\.\\d+(\\.\\d+)?(-\\S*)?$/"
5+
push: {}
96

107
permissions:
118
contents: read
@@ -24,3 +21,13 @@ jobs:
2421
uses: golangci/golangci-lint-action@v6
2522
with:
2623
version: v1.59
24+
25+
alpine3:
26+
name: test alpine3
27+
runs-on: ubuntu-latest
28+
steps:
29+
- uses: actions/checkout@v4
30+
- uses: actions/setup-go@v5
31+
with:
32+
go-version-file: go.mod
33+
- run: make alpine3

0 commit comments

Comments
 (0)