From bf75b49eaf52a8357c2ffc3524a2b7b35b5cee75 Mon Sep 17 00:00:00 2001 From: jfuen10 Date: Fri, 26 Apr 2024 10:15:28 -0600 Subject: [PATCH] fix: workflow fixes (#8) - rename lintconf.yaml - add .release-please-manifest.json --- .github/workflows/lint.yaml | 2 +- lintconf.yaml => .lintconf.yaml | 0 .release-please-manifest.json | 3 +++ 3 files changed, 4 insertions(+), 1 deletion(-) rename lintconf.yaml => .lintconf.yaml (100%) create mode 100644 .release-please-manifest.json diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index b51dd00..fd9dcb2 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -50,4 +50,4 @@ jobs: - name: Run chart-testing (lint) if: steps.list-changed.outputs.changed == 'true' - run: ls -la && ct lint --target-branch ${{ github.event.repository.default_branch }} --lint-conf ./lintconf.yaml + run: ls -la && ct lint --target-branch ${{ github.event.repository.default_branch }} --lint-conf ./.lintconf.yaml diff --git a/lintconf.yaml b/.lintconf.yaml similarity index 100% rename from lintconf.yaml rename to .lintconf.yaml diff --git a/.release-please-manifest.json b/.release-please-manifest.json new file mode 100644 index 0000000..a0acec6 --- /dev/null +++ b/.release-please-manifest.json @@ -0,0 +1,3 @@ +{ + "platform": "0.1.0" +}