-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Build: Add NX check #33291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+166
−79
Merged
Build: Add NX check #33291
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
09e0a73
Add NX check
kasperpeulen fb89ddc
Add NX check
kasperpeulen adfdcc6
Fix NX
kasperpeulen f096ff3
Fix NX
kasperpeulen 5517b86
Fix NX
kasperpeulen 6b85752
Fix NX
kasperpeulen ef7c2da
Test
kasperpeulen 9e2477c
Test
kasperpeulen 66fc74c
Fix
kasperpeulen 18015cc
Fix
kasperpeulen 9327a32
Fix
kasperpeulen b28a1e4
Fix
kasperpeulen 98732a1
Fix
kasperpeulen 44e7326
Fix
kasperpeulen d3e8432
Fix
kasperpeulen f6dff9b
Fix
kasperpeulen 1969a4c
Fix
kasperpeulen ad127e9
Fix
kasperpeulen db5aba0
Fix
kasperpeulen c832292
Fix
kasperpeulen 73c3a8a
Fix
kasperpeulen 5491067
Fix
kasperpeulen 6a0da58
Fix
kasperpeulen 84169f2
Fix
kasperpeulen 4bedb0d
Make daily job
kasperpeulen 12e8ca3
More pretty
kasperpeulen d4be2f8
Refactor
kasperpeulen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,5 +5,5 @@ | |
| "compile": {}, | ||
| "check": {} | ||
| }, | ||
| "tags": ["ci:normal"] | ||
| "tags": ["library"] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,5 +5,5 @@ | |
| "compile": {}, | ||
| "check": {} | ||
| }, | ||
| "tags": ["ci:normal"] | ||
| "tags": ["library"] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,5 +5,5 @@ | |
| "compile": {}, | ||
| "check": {} | ||
| }, | ||
| "tags": ["ci:normal"] | ||
| "tags": ["library"] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,5 +5,5 @@ | |
| "compile": {}, | ||
| "check": {} | ||
| }, | ||
| "tags": ["ci:normal"] | ||
| "tags": ["library"] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,5 +5,5 @@ | |
| "compile": {}, | ||
| "check": {} | ||
| }, | ||
| "tags": ["ci:normal"] | ||
| "tags": ["library"] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,5 +4,5 @@ | |
| "compile": {}, | ||
| "check": {} | ||
| }, | ||
| "tags": ["ci:normal"] | ||
| "tags": ["library"] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,5 +5,5 @@ | |
| "compile": {}, | ||
| "check": {} | ||
| }, | ||
| "tags": ["ci:normal"] | ||
| "tags": ["library"] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,5 +5,5 @@ | |
| "compile": {}, | ||
| "check": {} | ||
| }, | ||
| "tags": ["ci:normal"] | ||
| "tags": ["library"] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,5 +5,5 @@ | |
| "compile": {}, | ||
| "check": {} | ||
| }, | ||
| "tags": ["ci:normal"] | ||
| "tags": ["library"] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,5 +5,5 @@ | |
| "compile": {}, | ||
| "check": {} | ||
| }, | ||
| "tags": ["ci:normal"] | ||
| "tags": ["library"] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,5 +5,5 @@ | |
| "compile": {}, | ||
| "check": {} | ||
| }, | ||
| "tags": ["ci:normal"] | ||
| "tags": ["library"] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,5 +5,5 @@ | |
| "compile": {}, | ||
| "check": {} | ||
| }, | ||
| "tags": ["ci:normal"] | ||
| "tags": ["library"] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,5 +5,5 @@ | |
| "compile": {}, | ||
| "check": {} | ||
| }, | ||
| "tags": ["ci:normal"] | ||
| "tags": ["library"] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,5 +5,5 @@ | |
| "compile": {}, | ||
| "check": {} | ||
| }, | ||
| "tags": ["ci:normal"] | ||
| "tags": ["library"] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,5 +5,5 @@ | |
| "compile": {}, | ||
| "check": {} | ||
| }, | ||
| "tags": ["ci:normal"] | ||
| "tags": ["library"] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,5 +5,5 @@ | |
| "compile": {}, | ||
| "check": {} | ||
| }, | ||
| "tags": ["ci:normal"] | ||
| "tags": ["library"] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,5 +5,5 @@ | |
| "compile": {}, | ||
| "check": {} | ||
| }, | ||
| "tags": ["ci:normal"] | ||
| "tags": ["library"] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,5 +5,5 @@ | |
| "compile": {}, | ||
| "check": {} | ||
| }, | ||
| "tags": ["ci:normal"] | ||
| "tags": ["library"] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,5 +5,5 @@ | |
| "compile": {}, | ||
| "check": {} | ||
| }, | ||
| "tags": ["ci:normal"] | ||
| "tags": ["library"] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,5 +5,5 @@ | |
| "compile": {}, | ||
| "check": {} | ||
| }, | ||
| "tags": ["ci:normal"] | ||
| "tags": ["library"] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,5 +5,5 @@ | |
| "compile": {}, | ||
| "check": {} | ||
| }, | ||
| "tags": ["ci:normal"] | ||
| "tags": ["library"] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,5 +5,5 @@ | |
| "compile": {}, | ||
| "check": {} | ||
| }, | ||
| "tags": ["ci:normal"] | ||
| "tags": ["library"] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,5 +5,5 @@ | |
| "compile": {}, | ||
| "check": {} | ||
| }, | ||
| "tags": ["ci:normal"] | ||
| "tags": ["library"] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,5 +5,5 @@ | |
| "compile": {}, | ||
| "check": {} | ||
| }, | ||
| "tags": ["ci:normal"] | ||
| "tags": ["library"] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,5 +5,5 @@ | |
| "compile": {}, | ||
| "check": {} | ||
| }, | ||
| "tags": ["ci:normal"] | ||
| "tags": ["library"] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,5 +5,5 @@ | |
| "compile": {}, | ||
| "check": {} | ||
| }, | ||
| "tags": ["ci:normal"] | ||
| "tags": ["library"] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,5 +5,5 @@ | |
| "compile": {}, | ||
| "check": {} | ||
| }, | ||
| "tags": ["ci:normal"] | ||
| "tags": ["library"] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,5 +5,5 @@ | |
| "compile": {}, | ||
| "check": {} | ||
| }, | ||
| "tags": ["ci:normal"] | ||
| "tags": ["library"] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,5 +5,5 @@ | |
| "compile": {}, | ||
| "check": {} | ||
| }, | ||
| "tags": ["ci:normal"] | ||
| "tags": ["library"] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,5 +5,5 @@ | |
| "compile": {}, | ||
| "check": {} | ||
| }, | ||
| "tags": ["ci:normal"] | ||
| "tags": ["library"] | ||
| } | ||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.