Skip to content

Added more OSs to test on and also added linting #2

Added more OSs to test on and also added linting

Added more OSs to test on and also added linting #2

Workflow file for this run

---
name: Pre-Build Workflow
on:
push:
branches:
- master
- develop
jobs:
tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-22.04
- ubuntu-24.04
- windows-2019
- windows-2022
- windows-2025
- macos-13
- macos-14
- macos-15
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/test
- uses: ./.github/actions/lint