Skip to content

fix: 兼容windows

fix: 兼容windows #11

Workflow file for this run

name: lint
on: [ push, pull_request ]
jobs:
run-linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- uses: DoozyX/[email protected]
with:
source: './src'
inplace: True
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Fix code style issues with clang-format