Skip to content

ci[next]: Enable Github CI on GTIR branch (#1581) #27

ci[next]: Enable Github CI on GTIR branch (#1581)

ci[next]: Enable Github CI on GTIR branch (#1581) #27

Workflow file for this run

name: Code Quality
on:
push:
branches:
- main
- gtir # TODO(tehrengruber): remove after GTIR refactoring #1582
pull_request:
branches:
- main
- gtir # TODO(tehrengruber): remove after GTIR refactoring #1582
jobs:
code-quality:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: 'pip'
cache-dependency-path: |
**/pyproject.toml
**/constraints.txt
**/requirements-dev.txt
- uses: pre-commit/[email protected]