Skip to content

Commit

Permalink
[Refactor] Nuke the pivx qt subdir
Browse files Browse the repository at this point in the history
It is no longer necessary to have a `pivx` subdir in the qt source tree.
 This moves files up a level and cleans include guards.
  • Loading branch information
Fuzzbawls committed Jan 21, 2025
1 parent bd0f25c commit aa91905
Show file tree
Hide file tree
Showing 427 changed files with 1,425 additions and 1,393 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
# Run the remainder of lint tests in `test/lint/`.
test/lint/lint-all.sh
# Verify that scripted diffs are deterministically reproducable.
# Verify that scripted diffs are deterministically reproducible.
if [ "${{ github.event_name }}" = "pull_request" ]; then
COMMIT_RANGE="${{ github.base_ref }}..HEAD"
test/lint/commit-script-check.sh $COMMIT_RANGE
Expand Down
Loading

0 comments on commit aa91905

Please sign in to comment.