Skip to content

Commit

Permalink
Refactoring the linting job
Browse files Browse the repository at this point in the history
  • Loading branch information
Senjuti256 authored and vdemeester committed Dec 14, 2023
1 parent 7965dfa commit 2bddee5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2bddee5

Please sign in to comment.