Skip to content

Commit

Permalink
chore(yamlfmt.yaml): disable folded literal format
Browse files Browse the repository at this point in the history
  • Loading branch information
risu729 committed Jan 11, 2025
1 parent e63135f commit 5fc2a0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
uses: cloudflare/wrangler-action@6d58852c35a27e6034745c5d0bc373d739014f7f # v3.13.0
with:
workingDirectory: worker
command: >
command: >-
versions upload --tag ${{ steps.commit.outputs.sha }}
--message ${{ steps.commit.outputs.message }}
${{ steps.wrangler-args.outputs.args }}
Expand Down
1 change: 1 addition & 0 deletions yamlfmt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ formatter:
type: basic
# line breaks for readability
retain_line_breaks_single: true
scan_folded_as_literal: true
# GitHub Actions does not support anchors
# ref: https://github.com/actions/runner/issues/1182
disallow_anchors: true

0 comments on commit 5fc2a0b

Please sign in to comment.