Skip to content

Style fixes

Style fixes #453

Workflow file for this run

name: cicd-pr
on:
pull_request:
types: [opened, synchronize, reopened, review_requested, ready_for_review]
branches:
- main
jobs:
build-and-test:
# Don't run when the pull request is a draft
if: github.event.pull_request.draft == false
# We only run on windows and macos here, since ubuntu already handled by the cicd-feature workflow on the push action.
uses: ./.github/workflows/build-and-test.yml