perf(light): resolve the opposite face once in the chunk propagator #67
Workflow file for this run
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
| name: Build PR | |
| on: [pull_request] | |
| permissions: | |
| contents: read | |
| checks: write | |
| pull-requests: write | |
| jobs: | |
| build: | |
| # Reuse the OneLiteFeather org build workflow (Java 25, OS matrix, tests, coverage). | |
| uses: OneLiteFeatherNET/workflows/.github/workflows/gradle-build-pr.yml@v2.4.0 | |
| with: | |
| java-version: "25" | |
| java-distribution: "temurin" | |
| run-tests: true | |
| secrets: inherit |