Skip to content

Merge pull request #418 from ChALkeR/chalker/contentSchema #3770

Merge pull request #418 from ChALkeR/chalker/contentSchema

Merge pull request #418 from ChALkeR/chalker/contentSchema #3770

Workflow file for this run

name: Test Suite Sanity Checking
on:
push:
pull_request:
release:
types: [published]
schedule:
# Daily at 6:42
- cron: '42 6 * * *'
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Install tox
run: python -m pip install tox
- name: Run the sanity checks
run: python -m tox