Skip to content

refactor: remove unnecessary header includes from build-pre.h (#19) #57

refactor: remove unnecessary header includes from build-pre.h (#19)

refactor: remove unnecessary header includes from build-pre.h (#19) #57

Workflow file for this run

name: autofix.ci
on:
pull_request:
branches:
- main
push:
branches:
- main
permissions:
contents: read
jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
# format the latest commit
- name: ubuntu install clang-format
run: |
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
brew install clang-format
(/home/linuxbrew/.linuxbrew/opt/clang-format/bin/git-clang-format --binary=/home/linuxbrew/.linuxbrew/opt/clang-format/bin/clang-format --style=file HEAD^) || true
- uses: autofix-ci/action@c5b2d67aa2274e7b5a18224e8171550871fc7e4a