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