Files
unleash/.github/workflows
Krzysztof (Kris) Kula db4a02c51d chore: Remove obsolete CI strictNullChecks (#11435)
This was broken for some time now:
https://github.com/Unleash/unleash/pull/9877

change:
https://github.com/Unleash/unleash/pull/9877/changes#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519R39

It would be nice to get this into a state when breaking this command
would actually break the CI 🤔

It doesn't seem to be working 🤔
https://github.com/Unleash/unleash/commits/main/?since=2025-05-14&until=2025-05-14

This seems to be the default since
https://github.com/Unleash/unleash/pull/10003 so I'm not sure why we
would need a CI file anymore.

Our `tsconfig.json` already has     `"strictNullChecks": true,`
2026-03-03 09:14:55 +01:00
..