﻿# This file begins with a UTF-8 byte order mark (EF BB BF). The YAML spec allows a BOM at the
# start of a stream, but a parser that does not strip it sees the first key as "﻿name"
# instead of "name" — so the lookup misses and the document looks empty of that field.
name: bom-prefixed-pipeline
stages:
  - build
  - test

settings:
  strict: true
  timeout: 30
