Skip to content

Bump DoozyX/clang-format-lint-action from 0.12 to 0.17 #110

Bump DoozyX/clang-format-lint-action from 0.12 to 0.17

Bump DoozyX/clang-format-lint-action from 0.12 to 0.17 #110

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.17
with:
source: './jsonpath.c ./php_jsonpath.h ./src/jsonpath'
extensions: 'c,h'
clangFormatVersion: 12