1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/.github/workflows
Gastón Fournier 8109c13e66
chore: enable strictNullCheck but ignore problems at compile time (#3273)
## About the changes
This enables strictNullChecks which will give us nice hints in our IDEs
to avoid introducing more and hopefully will encourage us to fix some of
the existing problems.

Also:
1. The compiler explicitly ignores these errors
2. The "null checks action" still verifies we're not introducing new
ones.

The combination of these two things should help us to reduce the number
of nulls

For testing that the action still works (cause it was modified), [a
commit](5c4b818d1a)
was added introducing a bunch of null check errors:
https://github.com/Unleash/unleash/actions/runs/4364648191/jobs/7632224720
2023-03-10 10:27:56 +01:00
..
add-to-project.yml meta: add external PRs to project board 2022-05-20 15:21:54 +02:00
build_coverage.yaml
build_doc_prs.yaml
build_frontend_prs.yml
build_prs_jest_report.yaml fix: support coverage reports on external PRs (#2087) 2022-09-27 15:51:04 +02:00
build_prs.yaml Merge frontend with backend (#1962) 2022-08-26 07:25:31 +00:00
build.yaml feat: remove CI build trigger (#3070) 2023-02-09 09:13:43 +01:00
check_links.yaml chore(deps): update lycheeverse/lychee-action action to v1.6.1 (#3283) 2023-03-09 17:49:57 +00:00
codeql-analysis.yml
continuous-publish-new-version.yaml chore: update actions/checkout action to v3 (#2915) 2023-02-28 15:16:45 +01:00
docker_publish_main.yaml chore: update actions/checkout action to v3 (#2915) 2023-02-28 15:16:45 +01:00
docker_publish_tags.yaml chore: update actions/checkout action to v3 (#2915) 2023-02-28 15:16:45 +01:00
e2e.frontend.yaml
flag-no-response.yaml
generate-docs.yaml docs: generate docs daily (#3067) 2023-02-08 10:30:00 +00:00
gradual-strict-null-checks.yml chore: enable strictNullCheck but ignore problems at compile time (#3273) 2023-03-10 10:27:56 +01:00
publish-new-version.yaml chore: update actions/checkout action to v3 (#2915) 2023-02-28 15:16:45 +01:00
release_changelog.yml
release.yaml refactor: move repo sync signal after npm publish (#3071) 2023-02-09 10:05:57 +01:00
update_contributors.yaml