fix: increase fetch depth in lint workflow and fix UI binding#1051
Merged
fix: increase fetch depth in lint workflow and fix UI binding#1051
Conversation
- Increased fetch-depth to 2 in .github/workflows/lint.yml to resolve shallow checkout failures for specific refs. - Added explicit `#title_text` binding to `client_content` in `packs/resource/ui/server_form.json` to resolve "Expected variable not found" warnings in child controls. Co-authored-by: SjnExe <142050666+SjnExe@users.noreply.github.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
#title_textbinding toclient_contentinpacks/resource/ui/server_form.jsonto resolve "Expected variable not found" warnings in child controls.name: Pull Request
about: Propose changes to the AddonExe
title: "Brief description of changes (e.g., Fix: Resolve fly detection false positive)"
labels: ''
assignees: ''
Description of Changes:
How Has This Been Tested?
Checklist:
By submitting this pull request, you agree to license your contribution under the project's MIT License.