Skip to content

Implementation of all JSONLogic operators #137

Implementation of all JSONLogic operators

Implementation of all JSONLogic operators #137

name: clang-format
on:
pull_request:
branches: [ "main" ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Run clang-format
uses: jidicula/clang-format-action@v4.16.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
clang_format_version: 21