Skip to content

Update plugins SDK : move parts from plugin boilerplate to SDK, fix the CI issues and remove "throw" #199

Update plugins SDK : move parts from plugin boilerplate to SDK, fix the CI issues and remove "throw"

Update plugins SDK : move parts from plugin boilerplate to SDK, fix the CI issues and remove "throw" #199

Workflow file for this run

name: Code style check
on:
workflow_dispatch:
push:
branches:
- main
- master
- develop
pull_request:
jobs:
job_lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Clone
uses: actions/checkout@v3
- name: Lint
uses: DoozyX/[email protected]
with:
source: "./"
extensions: "h,c"
clangFormatVersion: 12.0.1