Skip to content

Bump version: 0.35.0 → 0.36.0 #160

Bump version: 0.35.0 → 0.36.0

Bump version: 0.35.0 → 0.36.0 #160

Workflow file for this run

name: Inyoka Theme CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9, 3.x, pypy-3.9]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install -e .
pip install -r tests/requirements.txt
- name: Test template syntax
run: |
tests/runtests.sh
- name: Test npm
run: |
npm ci
npm run all