Skip to content

Template Python project, common tests, GitHub Actions/Workflows, linting tools

License

Notifications You must be signed in to change notification settings

os-climate/osc-github-devops

Repository files navigation

OS-Climate GitHub Actions and Reusable Workflows

OS-Climate Slack Source Code PyPI License

pre-commit.ci status badge TestPyPI 🧪 GitHub Actions CI/CD workflow tests badge 🔐 CodeQL OpenSSF Scorecard

Composite actions and reusable workflows for Python projects

OS-Climate and FINOS are both Linux Foundation projects

Description

This repository contains shared GitHub composite actions and workflows.

The purpose of these is to provide small modular components and larger pieces of shared DevOps functionality which may be helpful to the OS-Climate community, and indeed other open-source projects. Right now, the current focus is on Python and the tooling around Python projects, since that is the language used for most of OS-Climate projects and repositories.

Python Template Code

The repository also contains a sample/template Python project, published to the Python package index and is installable with the Python "pip" command. The sample code acts as a test be to ensure Python packages will build, test and publish using the supplied GitHub composite actions and workflows.

Relevant link to the Python package index project page:

In the meantime, here is some general documentation covering the relevant topics: