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

View file

@ -22,8 +22,10 @@ jobs:
uses: actions/cache@v4
with:
path: |
**/.mypy_cache
.mypy_cache
.ruff_cache
~/.cache/pypoetry
~/.cache/pip
key: ${{ runner.os }}-poetry-${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }}
restore-keys: |
${{ runner.os }}-poetry-${{ matrix.python-version }}-
@ -37,7 +39,3 @@ jobs:
run: make dev
- name: Run tests
run: make ci
- name: list dir
run: |
ls -al
find ~