Skip to content

Added ability to use a wider range of dates for AstroCalc/Ephemeris tool #595

Added ability to use a wider range of dates for AstroCalc/Ephemeris tool

Added ability to use a wider range of dates for AstroCalc/Ephemeris tool #595

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 }}