From a290fe35e2b888fe0b0ffc581bfc7cc4f6e84fb8 Mon Sep 17 00:00:00 2001 From: davidlion Date: Mon, 3 Jun 2024 23:22:41 -0400 Subject: [PATCH] Apply suggestions from code review Co-authored-by: kirkrodrigues <2454684+kirkrodrigues@users.noreply.github.com> --- .github/workflows/test.yml | 4 ++-- README.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5b38852..31fd16d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,11 +43,11 @@ jobs: brew update brew install cmake gcc - - name: "Remove packaged c++ libraries and go code" + - name: "Remove packaged C++ libraries and Go code" run: | rm ./lib/* ./**/*_string.go - - name: "Generate go code and build+install c++ library" + - name: "Generate Go code and build+install C++ library" run: | go install golang.org/x/tools/cmd/stringer@latest go generate ./... diff --git a/README.rst b/README.rst index ec9f5d4..dcf7c6b 100644 --- a/README.rst +++ b/README.rst @@ -99,7 +99,7 @@ Linting curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | \ sh -s -- -b $(go env GOPATH)/bin v1.59.0 -2. Run with `golangci-lint run` +2. Run with ``golangci-lint run`` Using an external C++ library -----------------------------