Skip to content

Commit

Permalink
migrate ci to github action
Browse files Browse the repository at this point in the history
Signed-off-by: Woojoong Kim <[email protected]>
  • Loading branch information
woojoong88 committed Jul 2, 2024
1 parent 01c4640 commit 9ee4cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ lint: buflint # @HELP examines Go source code and reports coding problems
cd protoc-gen-builder/ && golangci-lint run --timeout 5m && cd ..

buflint: #@HELP run the "buf check lint" command on the proto files in 'api'
docker run -it \
docker run \
-v `pwd`:/go/src/github.com/onosproject/onos-e2-sm \
-v `pwd`/../onos-lib-go/api/asn1:/go/src/github.com/onosproject/onos-e2-sm/servicemodels/asn1 \
-w /go/src/github.com/onosproject/onos-e2-sm/servicemodels \
Expand Down

0 comments on commit 9ee4cef

Please sign in to comment.