Skip to content

test clang-format action #1

test clang-format action

test clang-format action #1

Workflow file for this run

name: Create draft release on tag
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: clang-format lint
uses: DoozyX/[email protected]
with:
style: GNU
source: '.'
extensions: 'h,c'
clangFormatVersion: 16