Skip to content

Enforce uppercase ENV keys#184

Merged
hlascelles merged 1 commit intomasterfrom
enforce-uppercase-env
Apr 12, 2025
Merged

Enforce uppercase ENV keys#184
hlascelles merged 1 commit intomasterfrom
enforce-uppercase-env

Conversation

@hlascelles
Copy link
Copy Markdown
Owner

This is a breaking change that will enforce UPPERCASE ENV keys.

Valid:

FOO: bar

test:
  FOO: baz

Invalid:

foo: bar

test:
  foo: baz

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.

@hlascelles hlascelles merged commit 9e0746f into master Apr 12, 2025
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.

2 participants