Skip to content

Update following uibase change for game features. (#5) #1

Update following uibase change for game features. (#5)

Update following uibase change for game features. (#5) #1

Workflow file for this run

name: linters
on: [push, pull_request]
jobs:
checks:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: [3.12]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install package
run: poetry install
- name: Lint
run: poetry run poe lint