Skip to content

fix: Preserve YAML formatting by adding preprocessing for trailing whitespace and multiline nodes #192

fix: Preserve YAML formatting by adding preprocessing for trailing whitespace and multiline nodes

fix: Preserve YAML formatting by adding preprocessing for trailing whitespace and multiline nodes #192

Workflow file for this run

name: 'test'
on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
workflow_dispatch:
concurrency:
group: '${{ github.workflow }}-${{ github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
test:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
- uses: 'actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed' # ratchet:actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: 'Run tests'
run: |-
go test \
-count=1 \
-shuffle=on \
-timeout=10m \
-race \
./...