Skip to content

feat: first version of library #1

feat: first version of library

feat: first version of library #1

Workflow file for this run

name: Automatic lint
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
jobs:
clang-format:
runs-on: ubuntu-latest
steps:
-
uses: actions/checkout@v2
-
run: clang-format --dry-run --Werror --verbose gly_type_render.h