Skip to content

Latest commit

 

History

History

README.md

GitHub workflows

The .github/workflows directory contains YAML files that describe the GitHub Actions workflows used for during PlasmaPy development, including for continuous integration (CI) checks on pull requests (PRs).

Workflows

CI

  • ci.yml — perform standard continuous integration (CI) checks on PRs
  • ci-comprehensive.yml — run comprehensive tests
  • upstream-tests.yml — test against unreleased versions of upstream dependencies to find breaking changes before they make their way into a release
  • upstream-docs.yml — build documentation against unreleased versions of upstream dependencies
  • linkcheck.yml — check the documentation for broken hyperlinks

Maintenance and triage

Release process

Quality assurance

Triage