diff --git a/.github/workflows/merge-bot-pr.yml b/.github/workflows/merge-bot-pr.yml index bd253921..4bab7406 100644 --- a/.github/workflows/merge-bot-pr.yml +++ b/.github/workflows/merge-bot-pr.yml @@ -21,7 +21,8 @@ jobs: - name: Judge id: conclusion if: >- - steps.dependabot.outputs.update-type != 'version-update:semver-major' || contains(steps.dependabot.outputs.dependency-names, 'DeterminateSystems') + steps.dependabot.outputs.update-type != 'version-update:semver-major' || + contains(steps.dependabot.outputs.dependency-names, 'DeterminateSystems') run: echo -n 'merge=true' | tee -a "$GITHUB_OUTPUT" dependabot: needs: [judge-dependabot] diff --git a/yamlfmt.yml b/yamlfmt.yml index 64cfb26f..417bd4f0 100644 --- a/yamlfmt.yml +++ b/yamlfmt.yml @@ -3,3 +3,5 @@ line_ending: lf formatter: type: basic retain_line_breaks_single: true + # https://github.com/google/yamlfmt/issues/182 + scan_folded_as_literal: true