Skip to content

fix(bug): refactor lua_filters_apply + performance #85

fix(bug): refactor lua_filters_apply + performance

fix(bug): refactor lua_filters_apply + performance #85

Workflow file for this run

name: clang-format Check
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install clang-format
run: sudo apt-get install -y clang-format
- name: Check code formatting
id: check_formatting
run: ./scripts/clang-check-format.sh
shell: bash