Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

squad-compare-compat: add logfile url #195

squad-compare-compat: add logfile url

squad-compare-compat: add logfile url #195

name: Run tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install deps
run: |
python -m pip install --upgrade pip
pip install pre-commit
pre-commit install
- name: Linting
run: |
pre-commit run --all-files --show-diff-on-failure