Skip to content

fix: correct relay conform flag order in CI - #9

Merged
SoundMatt merged 1 commit into
mainfrom
fix/relay-conform-strict-flag-order
Jul 28, 2026
Merged

fix: correct relay conform flag order in CI#9
SoundMatt merged 1 commit into
mainfrom
fix/relay-conform-strict-flag-order

Conversation

@SoundMatt

Copy link
Copy Markdown
Owner

RELAY v1.13 fixed relay conform to reject --strict placed after the binary path instead of silently ignoring it. This repo currently pins RELAY v1.11.0 so it isn't broken by this yet, but the flag order was always wrong and would break on the next pin bump. Flags must precede the positional <binary> argument.

RELAY v1.13 fixed relay conform to reject --strict placed after the
binary path instead of silently ignoring it. This repo currently pins
an older RELAY release so it isn't broken by this yet, but the flag
order was always wrong and will break on the next pin bump. Flags
must precede the positional <binary> argument.

Signed-off-by: Matt Jones <47545907+SoundMatt@users.noreply.github.com>
@SoundMatt
SoundMatt merged commit 98f80fe into main Jul 28, 2026
7 checks passed
@SoundMatt
SoundMatt deleted the fix/relay-conform-strict-flag-order branch July 28, 2026 01:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant