diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index bbcb938..5e5e1e9 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -27,11 +27,14 @@ jobs: # Install Catlin linting tool - name: Install linting tools run: | + set -Eeu + GOBIN=/usr/local/bin/ go install github.com/openshift-pipelines/tektoncd-catalog/cmd/catalog-cd@latest git clone https://github.com/tektoncd/catlin cd catlin make bin/catlin sudo cp bin/catlin /usr/local/bin catlin --help + catalog-cd --help # run Catlin linting - name: Run Catlin linting