Skip to content

Parallelize ephemeris computation with C++ parallelism. #586

Parallelize ephemeris computation with C++ parallelism.

Parallelize ephemeris computation with C++ parallelism. #586

Workflow file for this run

#
# See https://github.com/marketplace/actions/contextual-qa-checklists
#
name: Contextual QA Checklists
on:
pull_request_target:
types: [opened, reopened, ready_for_review]
jobs:
checklist_job:
runs-on: ubuntu-latest
if: "!contains(github.actor, 'transifex')"
name: Checklist job
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Checklist
uses: wyozi/contextual-qa-checklist-action@master
with:
gh-token: ${{ secrets.GITHUB_TOKEN }}