about summary refs log tree commit diff
path: root/.github/workflows/test-chart.yml
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2022-12-02 22:05:35 -0500
committerGitHub <noreply@github.com>2022-12-03 12:05:35 +0900
commitf77ed3a6b202b0eba42e4ce2e76b09dcf70398b4 (patch)
tree681802009df86db46ab8bce4fe171ea1f7df8ae0 /.github/workflows/test-chart.yml
parent2413e5f3f012b3038443281c5374994b05f4525c (diff)
Correct prettier calls for YML/JSON (#21832)
* Fix fomat-check writing files

* Fix unformatted YML/JSON

* Add format-check call to prevent regressions
Diffstat (limited to '.github/workflows/test-chart.yml')
-rw-r--r--.github/workflows/test-chart.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/test-chart.yml b/.github/workflows/test-chart.yml
index b9ff80855..4d7a27887 100644
--- a/.github/workflows/test-chart.yml
+++ b/.github/workflows/test-chart.yml
@@ -6,16 +6,16 @@ name: Test chart
 on:
   pull_request:
     paths:
-      - "chart/**"
-      - "!**.md"
-      - ".github/workflows/test-chart.yml"
+      - 'chart/**'
+      - '!**.md'
+      - '.github/workflows/test-chart.yml'
   push:
     paths:
-      - "chart/**"
-      - "!**.md"
-      - ".github/workflows/test-chart.yml"
+      - 'chart/**'
+      - '!**.md'
+      - '.github/workflows/test-chart.yml'
     branches-ignore:
-      - "dependabot/**"
+      - 'dependabot/**'
   workflow_dispatch:
 
 permissions:
@@ -33,7 +33,7 @@ jobs:
       - uses: actions/checkout@v3
       - uses: actions/setup-python@v4
         with:
-          python-version: "3.x"
+          python-version: '3.x'
 
       - name: Install dependencies (yamllint)
         run: pip install yamllint