Refactor getSheetNodes method to use a template parameter for nodesRe… #79
This file contains 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 & test | |
on: [push, pull_request] | |
jobs: | |
build-and-test: | |
strategy: | |
matrix: | |
platform: [ubuntu-latest, windows-latest] | |
qt-version: [6.5.*] | |
uses: przemek83/workflows/.github/workflows/build-and-test-qt.yml@main | |
with: | |
platform: ${{ matrix.platform }} | |
qt-version: ${{ matrix.qt-version }} |