Skip to content

Add composer.json for compatibility with PIE #120

Add composer.json for compatibility with PIE

Add composer.json for compatibility with PIE #120

name: Run lint check with clang-format
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout jsonpath
uses: actions/checkout@v4
- name: Perform linting
uses: DoozyX/clang-format-lint-action@v0.18
with:
source: './jsonpath.c ./php_jsonpath.h ./src/jsonpath'
extensions: 'c,h'
clangFormatVersion: 12