File tree Expand file tree Collapse file tree 1 file changed +3
-23
lines changed
Expand file tree Collapse file tree 1 file changed +3
-23
lines changed Original file line number Diff line number Diff line change 1- name : Build project
2- on : [ push, pull_request ]
1+ name : CI
2+ on : [push, pull_request]
33jobs :
44 build :
5- name : Build
6- runs-on : ubuntu-latest
7- strategy :
8- fail-fast : false
9- # perform matrix testing to give us an earlier insight into issues with different versions of supported major versions of Go
10- matrix :
11- version :
12- - " 1.20"
13- - " 1.21"
14- - " 1.22"
15- steps :
16- - name : Check out source code
17- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18-
19- - name : Set up Go
20- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
21- with :
22- go-version : ${{ matrix.version }}
23-
24- - name : Test
25- run : make test
5+ uses : oapi-codegen/actions/.github/workflows/ci.yml@e1b7bb27c16a1795b26d8327bd43fba59ff7eb28
You can’t perform that action at this time.
0 commit comments