Skip to content

Only update config version when migration happens #106

Only update config version when migration happens

Only update config version when migration happens #106

Workflow file for this run

name: checks
on:
push:
branches:
- "*"
pull_request:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Run standard
run: npx standard
- name: Install Python dependencies
run: python -m pip install aqt pyqt5-stubs mypy
- name: Run mypy
run: python -m mypy ./src/addon