Skip to content

fix GetSharedFontLoadState return type and add RequestSharedFontLoad #165

fix GetSharedFontLoadState return type and add RequestSharedFontLoad

fix GetSharedFontLoadState return type and add RequestSharedFontLoad #165

Workflow file for this run

name: lint_pr
on: [push, pull_request]
jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.14
with:
source: 'include src'
exclude: 'include/vapours'
clangFormatVersion: 14