Skip to content
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.

Bumped ccx-rules-ocp version #125

Bumped ccx-rules-ocp version

Bumped ccx-rules-ocp version #125

Workflow file for this run

name: Mypy check
on: [ push, pull_request ]
jobs:
mypy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: jpetrucciani/mypy-check@master
with:
path: "dvo_extractor/"
mypy_flags: '--ignore-missing-imports'
requirements_file: "requirements.txt"