Skip to content

Lower priority of stat ingest logs #33

Lower priority of stat ingest logs

Lower priority of stat ingest logs #33

Workflow file for this run

name: Test and lint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
renpy_version: ['7.4.11', '7.5.3', '8.0.3', '8.1.3']
steps:
- uses: actions/checkout@v3
with:
path: project
- name: Ren'Py directory cache management
uses: actions/[email protected]
id: cache-renpy
with:
path: renpy
key: ${{ runner.os }}-${{ matrix.renpy_version }}-primes
- name: "Download Ren'Py"
uses: Ayowel/renpy-setup-action@v2
if: steps.cache-renpy.outputs.cache-hit != 'true'
with:
action: install
version: ${{ matrix.renpy_version }}
install_dir: renpy
- name: "Build extensions' archives"
run: |
pip install -r project/extensions/build-requirements.txt
python project/extensions/build.py
- name: "Lint Ren'Py code"
run: |
renpy/renpy.sh project lint --compile --error-code