Skip to content

Merge pull request #74 from vishnuchalla/quay-qe-testing #106

Merge pull request #74 from vishnuchalla/quay-qe-testing

Merge pull request #74 from vishnuchalla/quay-qe-testing #106

Workflow file for this run

name: Code Quality Check
on:
- push
- pull_request
jobs:
lint-ci:
runs-on: ubuntu-latest
name: Run pre-commit and install test
steps:
- name: Check out source repository
uses: actions/checkout@v2
- name: Set up Python environment
uses: actions/setup-python@v1
with:
python-version: "3.8"
- name: Run pre-commit
uses: pre-commit/[email protected]
- name: Install benchmark-comparison
run: |
python setup.py develop