Skip to content

Make build_seploy.sh executable #14

Make build_seploy.sh executable

Make build_seploy.sh executable #14

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/"