Skip to content

feat(log): update CXX log trace guard for compatibility with GNU++20 … #37

feat(log): update CXX log trace guard for compatibility with GNU++20 …

feat(log): update CXX log trace guard for compatibility with GNU++20 … #37

Workflow file for this run

name: pre-commit
on:
workflow_dispatch:
pull_request:
types: [opened, reopened, synchronize]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v5.2.0
- uses: pre-commit/action@v3.0.1