Skip to content

ci: add luarocks-tag-release workflow (#12) #9

ci: add luarocks-tag-release workflow (#12)

ci: add luarocks-tag-release workflow (#12) #9

name: clang-format Check
on: [push, pull_request]
jobs:
check-format:
name: Check Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check
uses: jidicula/clang-format-action@v4.11.0
with:
clang-format-version: '17'
check-path: 'src'