Skip to content

Merge pull request #173 from supermetrics-public/chore/TestVersions #93

Merge pull request #173 from supermetrics-public/chore/TestVersions

Merge pull request #173 from supermetrics-public/chore/TestVersions #93

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