Skip to content

refactor[next]: Use type specification for itir.Literal (#1529) #17

refactor[next]: Use type specification for itir.Literal (#1529)

refactor[next]: Use type specification for itir.Literal (#1529) #17

Workflow file for this run

name: Code Quality
on:
push:
branches:
- main
pull_request:
branches:
- main
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]