Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

GitHub workflows

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).

Workflows

CI

  • ci.yml — perform standard continuous integration (CI) checks on PRs

Maintenance and triage

Quality assurance

  • installability.yml – test package installation from official channels
  • pyhc-actions.yml – check for interoperability with the Python in Heliophysics Community (PyHC) environment

Triage

  • stale.yml — close issues and PRs that have been inactive for a very long time