Skip to content

Add Checkbox remote base tutorial #246

Add Checkbox remote base tutorial

Add Checkbox remote base tutorial #246

name: Test checkbox-ng with tox
on:
push:
branches: [ main ]
paths:
- checkbox-ng/**
pull_request:
branches: [ main ]
paths:
- checkbox-ng/**
workflow_dispatch:
jobs:
build:
defaults:
run:
working-directory: checkbox-ng
runs-on: ubuntu-20.04
strategy:
matrix:
python: ["3.5", "3.6", "3.8", "3.10"]
steps:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Install tox
run: pip install tox
- name: Run tox
run: tox