Skip to content

Add code to create sdss_id_to_catalog #31

Add code to create sdss_id_to_catalog

Add code to create sdss_id_to_catalog #31

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Lint with ruff
run: |
pip install ruff
ruff check python/