about summary refs log tree commit diff
path: root/.github/workflows/test-chart.yml
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-12-04 17:22:57 +0100
committerClaire <claire.github-309c@sitedethib.com>2022-12-04 17:22:57 +0100
commit3be6aff1a8aa92a6c4a6ec9d857778c328a34b47 (patch)
tree6169807576045d13349e0b58c6b65c727df61fb8 /.github/workflows/test-chart.yml
parent2cabc5d188ee5b5c7bea808c58500d2c74e4b087 (diff)
parent05d4c50f64af33a7e3ec6d724a21ab8d0eeb17fa (diff)
Merge branch 'main' into glitch-soc/merge-upstream
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