Skip to content

Commit 7932462

Browse files
committed
added pre commit
1 parent 8f756bc commit 7932462

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+75
-56
lines changed

.github/workflows/confbatstest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
else
4949
echo "$FILE does not exist."
5050
exit 1
51-
fi
51+
fi

.github/workflows/get-image-version.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
echo "MINOR_VERSION missmatch"
4646
exit 1
4747
fi
48-
48+
4949
expected_tags=("latest" "v1.32.1" "v1.32")
5050
if [[ "${GITHUB_REF}" =~ refs/tags/(.*) ]]; then
5151
expected_tags+=("git-${BASH_REMATCH[1]}")
@@ -54,4 +54,4 @@ jobs:
5454
if [[ "${tags[*]}" != "${expected_tags[*]}" ]]; then
5555
echo "IMAGE_TAGS missmatch"
5656
exit 1
57-
fi
57+
fi

.github/workflows/github-dispatches-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ jobs:
5353
registry: ghcr.io/${{ github.repository }}
5454
username: ${{ github.repository_owner }}
5555
password: ${{ secrets.GITHUB_TOKEN }}
56-
tags: ${{ steps.build_image.outputs.tags }}
56+
tags: ${{ steps.build_image.outputs.tags }}

.github/workflows/github-dispatches.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
uses: ./github-dispatches
3434
with:
3535
username_token: ${{ secrets.REPO_TOKEN }}
36-
repo_array: '[{"url":"redhat-cop/rego-policies","event_type":"Trigger","client_payload":{"from-action":"github-dispatches"}}]'
36+
repo_array: '[{"url":"redhat-cop/rego-policies","event_type":"Trigger","client_payload":{"from-action":"github-dispatches"}}]'

.github/workflows/kyverno-cli-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ jobs:
5454
registry: ghcr.io/${{ github.repository }}
5555
username: ${{ github.repository_owner }}
5656
password: ${{ secrets.GITHUB_TOKEN }}
57-
tags: ${{ steps.build_image.outputs.tags }}
57+
tags: ${{ steps.build_image.outputs.tags }}

.github/workflows/kyverno-cli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
- name: kyverno-cli - raw
3939
uses: ./kyverno-cli
4040
with:
41-
raw: kyverno apply kyverno-cli/_test/policy.yaml --resource kyverno-cli/_test/namespace.yaml
41+
raw: kyverno apply kyverno-cli/_test/policy.yaml --resource kyverno-cli/_test/namespace.yaml

.github/workflows/redhat-csp-download-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ jobs:
5353
registry: ghcr.io/${{ github.repository }}
5454
username: ${{ github.repository_owner }}
5555
password: ${{ secrets.GITHUB_TOKEN }}
56-
tags: ${{ steps.build_image.outputs.tags }}
56+
tags: ${{ steps.build_image.outputs.tags }}

.github/workflows/redhat-csp-download.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf # v3.1.0
2424
with:
2525
dockerfile: redhat-csp-download/Dockerfile_build
26-
26+
2727
- name: Switch the action to use the Dockerfile_build
2828
run: |
2929
mv redhat-csp-download/Dockerfile redhat-csp-download/Dockerfile_runnable
@@ -43,11 +43,11 @@ jobs:
4343
echo "RH_USERNAME or RH_PASSWORD is empty. Skipping."
4444
exit 0
4545
fi
46-
46+
4747
FILE="eap-connectors.zip"
4848
if [ -f "$FILE" ]; then
4949
echo "$FILE exists."
5050
else
5151
echo "$FILE does not exist."
5252
exit 1
53-
fi
53+
fi

.github/workflows/set-helm-version.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040
echo "Did not find expected chart version!"
4141
exit 1
4242
fi
43-
43+
4444
if grep -Fxq "appVersion: v1.6.0" set-helm-version/_test/Chart.yaml
4545
then
4646
echo "Found expected app version"
4747
else
4848
echo "Did not find expected app version!"
4949
exit 1
50-
fi
50+
fi

.github/workflows/ssh-agent-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
run: |
4343
pushd ssh-agent/
4444
npm run compile
45-
popd
45+
popd

0 commit comments

Comments
 (0)