Skip to content

Seems we finally get pack indexing, see https://groups.google.com/a/i… #449

Seems we finally get pack indexing, see https://groups.google.com/a/i…

Seems we finally get pack indexing, see https://groups.google.com/a/i… #449

Workflow file for this run

name: clang-format
on:
push:
paths-ignore:
- 'README.md'
- 'doc/**'
pull_request:
paths-ignore:
- 'README.md'
- 'doc/**'
jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DoozyX/[email protected]
with:
extensions: 'hpp,cpp'