Skip to content

Commit

Permalink
Added linting and fixed pipeline.yaml bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Senjuti256 committed Nov 28, 2023
1 parent 54c2a50 commit 8a1769d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,19 @@ jobs:
with:
pipeline_version: v0.53.2

# Install Catlin linting tool
- name: Install Catlin linting tool
run: |
git clone https://github.com/tektoncd/catlin
cd catlin
make
sudo cp bin/catlin /usr/local/bin
catlin --help
# run Catlin linting
- name: Run Catlin linting
run: make catlin

# running end-to-end test target
- name: test-e2e
run: make test-e2e
2 changes: 1 addition & 1 deletion test/e2e/resources/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
tasks:
- name: task-openshift-client
taskRef:
name: task-openshift-client
name: openshift-client
workspaces:
- name: manifest_dir
workspace: manifest_dir
Expand Down

0 comments on commit 8a1769d

Please sign in to comment.