The .github/workflows directory contains YAML files that describe the GitHub Actions workflows used for during package development, including for continuous integration (CI) checks on pull requests (PRs).
ci.yml— perform standard continuous integration (CI) checks on PRs
upgrade-uv-lock.yml— update the locked Python environments used in CI
installability.yml– test package installation from official channelspyhc-actions.yml– check for interoperability with the Python in Heliophysics Community (PyHC) environment
stale.yml— close issues and PRs that have been inactive for a very long time