Skip to content

remove mtr, and mta options support since it's only mta now (#65) #536

remove mtr, and mta options support since it's only mta now (#65)

remove mtr, and mta options support since it's only mta now (#65) #536

Workflow file for this run

name: windup_ide_tests
on: [push, pull_request]
jobs:
pre-commit:
name: Pre-Commit Checks
runs-on: ubuntu-latest
steps:
- name: Checkout to master
uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: '3.x'
architecture: 'x64'
- name: Pre-Commit Checks
run: |
python -m pip install pre-commit
pre-commit run -a
- name: Analysis (git diff)
if: failure()
run: git diff