Skip to content

perf: use fast uproot.num_entries method instead of TTree.num_entries #1448

perf: use fast uproot.num_entries method instead of TTree.num_entries

perf: use fast uproot.num_entries method instead of TTree.num_entries #1448

Workflow file for this run

name: "Lint PR"
on:
pull_request:
types:
- opened
- edited
- synchronize
workflow_dispatch:
concurrency:
group: semantic-pr-title-${{ github.head_ref }}
cancel-in-progress: true
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}