Skip to content

feat: add GetParallacticAngle(datetime time.Time, ...) to astrometry module in @observerly/sidera #31

feat: add GetParallacticAngle(datetime time.Time, ...) to astrometry module in @observerly/sidera

feat: add GetParallacticAngle(datetime time.Time, ...) to astrometry module in @observerly/sidera #31

Workflow file for this run

name: sidera/test
on:
pull_request:
branches:
- main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
ci:
strategy:
matrix:
go: [ '1.21.x' ]
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout 🛎
uses: actions/checkout@main
# Setup our base Go environment 🧬
- name: Setup Go Environment
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
# Run Go Test
- name: Go Test 🧪
run: make test