Skip to content

Allow plot-ts to plot SRFs as animations #73

Allow plot-ts to plot SRFs as animations

Allow plot-ts to plot SRFs as animations #73

Workflow file for this run

name: Numpydoc Lint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
numpydoc-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: fd-find
version: 1.0
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.12' # Adjust version as needed
- name: Install dependencies
run: |
pip install numpydoc
sudo apt-get install
- name: Run Numpydoc Lint
run: |
fdfind . visualisation/ -E "__init__.py" -E ccldpy.py --extension py -x numpydoc lint