Skip to content

boschglobal/action.toolkit

Repository files navigation

GitHub Action Python Toolkit

CI Super Linter GitHub

Python module for writing GitHub Actions.

Usage

Build

# Get the repo
$ git clone https://github.com/boschglobal/action.toolkit.git
$ cd action.toolkit

# Build
$ make

# Test
$ pip install -r requirements.txt
$ make install
$ make test

Contribute

Please refer to the CONTRIBUTING.md file.

License

GitHub Action Python Toolkit is open-sourced under the Apache-2.0 license. See the LICENSE and NOTICE files for details.