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 -----------------------------