diff --git a/.github/workflows/ci-beta.yml b/.github/workflows/ci-beta.yml new file mode 100644 index 000000000..e266e1cbb --- /dev/null +++ b/.github/workflows/ci-beta.yml @@ -0,0 +1,23 @@ +name: CI + +on: + pull_request: + branches: + - dstest/base + +jobs: + ci-project-compliance: + runs-on: windows-2025-vs2026 + timeout-minutes: 20 + permissions: + contents: read + pull-requests: read + actions: write + steps: + - name: Run project compliance via the ADMIN path (redirect test) + uses: BuroHappoldEngineeringAdmin/CI_Toolkit/.github/actions/ci-compliance@develop + with: + check_type: project + patterns: '*AssemblyInfo.cs *.csproj' + app_id: ${{ secrets.BHOM_APP_ID }} + private_key: ${{ secrets.BHOM_APP_PRIVATE_KEY }} diff --git a/Structure_Engine/Query/Length.cs b/Structure_Engine/Query/Length.cs new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/Structure_Engine/Query/Length.cs @@ -0,0 +1 @@ +