Skip to content

Added TC for MTA-483---Analysis should run on source mode only (#125) #805

Added TC for MTA-483---Analysis should run on source mode only (#125)

Added TC for MTA-483---Analysis should run on source mode only (#125) #805

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