Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 647 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 647 Bytes

Pymonster

Pymonster is a GitHub action that setups Python, installs and caches Poetry, and then resolves and caches Poetry dependencies.

🤖 Basic Usage

See action.yml

  - name: Setup Python and resolve Poetry dependencies
    uses: Privat33r-dev/pymonster@master
    with:
      python-version: '3.12'
  - name: Custom step
    run: python my_script.py