Skip to content

Add cache in github actions for python and poetry #204

Add cache in github actions for python and poetry

Add cache in github actions for python and poetry #204

Workflow file for this run

name: linters
on: [push, pull_request]
jobs:
checks:
runs-on: ubuntu-latest
defaults:
run:
working-directory: basic_games
steps:
- uses: actions/checkout@v4
with:
path: basic_games
- name: Setup and Cache Python Poetry
uses: packetcoders/action-setup-cache-python-poetry@v1.2.0
with:
python-version: 3.12
- name: Lint
run: poetry run poe lint