Skip to content

Add testing kwarg for skyfield tests #39

Add testing kwarg for skyfield tests

Add testing kwarg for skyfield tests #39

Workflow file for this run

name: Ruff Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
with:
version: "latest"
args: "format --check --diff"