Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Updated to use the latest plugin SDK #29

Updated to use the latest plugin SDK

Updated to use the latest plugin SDK #29

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