Skip to content

removing my apps (kindaVim, Wooshy, Scrolla) coz mackup stopped working with them #829

removing my apps (kindaVim, Wooshy, Scrolla) coz mackup stopped working with them

removing my apps (kindaVim, Wooshy, Scrolla) coz mackup stopped working with them #829

Workflow file for this run

name: Test installs
on: pull_request
jobs:
install:
strategy:
matrix:
python-version:
- "2.7"
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
runs-on: ubuntu-latest
container: python:${{ matrix.python-version }}
steps:
- uses: actions/checkout@v2
- run: python setup.py install
- run: mackup --help