Skip to content

feat: enable warning icons on the signing page. #368

feat: enable warning icons on the signing page.

feat: enable warning icons on the signing page. #368

Workflow file for this run

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