Skip to content

Robustify Linux PDF export against file dialog quirks #14582

Robustify Linux PDF export against file dialog quirks

Robustify Linux PDF export against file dialog quirks #14582

Workflow file for this run

name: 'Check: Codestyle'
on:
pull_request:
workflow_dispatch:
jobs:
codestyle:
runs-on: ubuntu-slim
steps:
- name: Clone repository
uses: actions/checkout@v7
with:
submodules: recursive
- name: Install CMake
run: |
sudo apt update
sudo apt install -y cmake
- name: Test MSS coding style
run: |
cmake -P ./muse/buildscripts/ci/checkcodestyle/checkcodestyle.cmake ./src/
- name: Test MF coding style
run: |
cmake -P ./muse/buildscripts/ci/checkcodestyle/checkcodestyle.cmake ./muse/framework/