Skip to content

refactor(#837): decouple allocator from QSBR, make art_allocator.hpp header-only #3181

refactor(#837): decouple allocator from QSBR, make art_allocator.hpp header-only

refactor(#837): decouple allocator from QSBR, make art_allocator.hpp header-only #3181

Workflow file for this run

---
name: Super-Linter
on:
push:
branches:
- master
pull_request:
permissions: {}
jobs:
super-lint:
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
# To report GitHub Actions status checks
statuses: write
steps:
- name: Checkout code
uses: actions/checkout@v6 # zizmor: ignore[unpinned-uses]
with:
# super-linter needs the full git history to get the
# list of files that changed across commits
fetch-depth: 0
persist-credentials: false
- name: Run Super-Linter
# If a version bump bumps clang-format version, update its version int
# CONTRIBUTING.md too
uses: super-linter/super-linter/slim@latest # zizmor: ignore[unpinned-uses]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ANSIBLE: false
LINTER_RULES_PATH: .