Set up forgejo actions #1

Merged
nick merged 8 commits from forgejo-actions into main 2025-04-27 00:55:12 +00:00
Showing only changes of commit 6138b73c60 - Show all commits

View file

@ -17,13 +17,13 @@ jobs:
- '3.12'
- '3.13'
steps:
# - uses: actions/checkout@v4
- uses: actions/checkout@v4
- run: pip install --break-system-packages poetry
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
# cache: poetry
cache: poetry
- name: Cache deps
uses: actions/cache@v4
with: