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 Merge frontend with backend (#1962) 2022-08-26 07:25:31 +00:00
build_doc_prs.yaml docs: test broken links in website (#1912) 2022-09-07 13:31:38 +00:00
build_frontend_prs.yml Add multiple tags (#3032) 2023-02-03 12:28:06 +02:00
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 Create codeql-analysis.yml 2022-05-23 12:22:31 +02:00
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 Cypress test for importing (#3058) 2023-02-08 11:16:38 +02:00
flag-no-response.yaml feat: add no response action config 2022-04-20 08:30:13 +02:00
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 chore(deps): update metcalfc/changelog-generator action to v4 (#2294) 2022-11-09 23:01:01 +01:00
release.yaml refactor: move repo sync signal after npm publish (#3071) 2023-02-09 10:05:57 +01:00
update_contributors.yaml fix: trim out test trigger for svg gen 2022-04-22 10:40:23 +02:00