Skip to content

fix: use parallelized numba functions if possible #23

fix: use parallelized numba functions if possible

fix: use parallelized numba functions if possible #23

Workflow file for this run

name: PR
on:
pull_request_target:
types:
- opened
- edited
- reopened
jobs:
check:
name: Checks
runs-on: ubuntu-latest
steps:
- name: Check PR title
uses: amannn/action-semantic-pull-request@v6
env: # Needs repo options: “Squash and merge” with commit message set to “PR title”
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}