Skip to content

Commit

Permalink
fix: formatting and indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Delyc committed Dec 19, 2024
1 parent 15ac246 commit 081d422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-publish-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup kubectl
uses: azure/setup-kubectl@v3
with:
version: "latest"
version: 'latest'

Check failure on line 27 in .github/workflows/release-publish-cluster.yaml

View workflow job for this annotation

GitHub Actions / Run yamllint

27:20 [quoted-strings] string value is redundantly quoted with double quotes

- name: Authenticate kubectl with EKS
run: |
Expand Down

0 comments on commit 081d422

Please sign in to comment.