Skip to content

[CP2077] Only include .archive files from archive/pc/mod/ (#164) #617

[CP2077] Only include .archive files from archive/pc/mod/ (#164)

[CP2077] Only include .archive files from archive/pc/mod/ (#164) #617

Workflow file for this run

name: linters
on: [push, pull_request]
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
path: "basic_games"
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.12
- uses: abatilo/actions-poetry@v2
- name: Install
run: |
cd basic_games
poetry --no-root install
- name: Lint
run: |
cd basic_games
poetry run poe lint