Skip to content

Add cache in github actions for python and poetry #196

Add cache in github actions for python and poetry

Add cache in github actions for python and poetry #196

Workflow file for this run

name: linters
on: [push, pull_request]
defaults:
run:
working-directory: ./basic_games
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
path: "basic_games"
- name: Setup Poetry environment
uses: 5yutan5/setup-poetry-env@v1
with:
python-version: 3.12
poetry-virtualenvs-in-project: true
poetry-install--no-root: true
- name: Lint
run: poetry run poe lint