Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
rodaine committed Feb 13, 2024
1 parent cb7edac commit e7928f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Install go
uses: actions/setup-go@v5
with:
go-version: stable
cache: true
- name: Execute tests
run: make test
2 changes: 0 additions & 2 deletions buf/validate/internal/extra_func.cc
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,6 @@ cel::CelValue isHostAndPort(google::protobuf::Arena* arena, cel::CelValue::Strin
return cel::CelValue::CreateBool(IsHostAndPort(str, portReq));
}



/**
* IP Prefix Validation
*/
Expand Down

0 comments on commit e7928f0

Please sign in to comment.