Skip to content

Add gastropy.timefreq module with per-band decomposition #5

Add gastropy.timefreq module with per-band decomposition

Add gastropy.timefreq module with per-band decomposition #5

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
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: Install Ruff
run: pip install ruff
- name: Ruff check
run: ruff check gastropy/
- name: Ruff format check
run: ruff format --check gastropy/