Skip to content

Commit

Permalink
Workflow update and package clean-up (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDarksideJ authored May 8, 2024
1 parent a701c46 commit a3f3b4d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/development-buildandtestupmrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,11 @@ jobs:
with:
unityversion: ${{ needs.Validate-Unity.outputs.unityeditorversion }}
dependencies: '[{"development": "github.com/realitycollective/com.realitycollective.buildtools.git"},{"development": "github.com/realitycollective/com.realitytoolkit.core.git"},{"development": "github.com/realitycollective/com.realitycollective.utilities.git"},{"development": "github.com/realitycollective/com.realitytoolkit.service-framework.git"}]'
secrets: inherit
secrets: inherit

Build-Complete:
runs-on: ubuntu-latest
name: Build completion task
needs: Run-Unit-Tests
steps:
- run: echo "Build Complete"
3 changes: 1 addition & 2 deletions Editor/SpatialPersistencePackageInstaller.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright (c) Reality Collective. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using RealityCollective.ServiceFramework;
using RealityCollective.ServiceFramework.Editor;
using RealityCollective.ServiceFramework.Editor.Packages;
using RealityCollective.Utilities.Editor;
Expand Down Expand Up @@ -44,4 +43,4 @@ private static void CheckPackage()
}
}
}
}
}
4 changes: 2 additions & 2 deletions Editor/SpatialPersistencePackageModulesInstaller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace RealityToolkit.SpatialPersistence.Editor
public sealed class SpatialPersistencePackageModulesInstaller : IPackageModulesInstaller
{
/// <summary>
/// Statis initalizer for the installer instance.
/// Static initializer for the installer instance.
/// </summary>
static SpatialPersistencePackageModulesInstaller()
{
Expand Down Expand Up @@ -80,4 +80,4 @@ public bool Install(ServiceConfiguration serviceConfiguration)
return true;
}
}
}
}
2 changes: 1 addition & 1 deletion Editor/SpatialPersistencePackagePathFinder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ public class SpatialPersistencePackagePathFinder : ScriptableObject, IPathFinder
/// <inheritdoc />
public string Location => $"/Editor/{nameof(SpatialPersistencePackagePathFinder)}.cs";
}
}
}

0 comments on commit a3f3b4d

Please sign in to comment.