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 7d153e73e4 - Show all commits

View file

@ -23,7 +23,7 @@ jobs:
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
cache: poetry # cache: poetry
- name: Cache deps - name: Cache deps
uses: actions/cache@v4 uses: actions/cache@v4
with: with: