Skip to content

add ditorch and op_tool config file (#71) #211

add ditorch and op_tool config file (#71)

add ditorch and op_tool config file (#71) #211

Workflow file for this run

name: Lint And Build Package
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10.9'
- name: Install dependencies
run: |
python -m venv venv
source venv/bin/activate
pip install flake8
- name: Run flake8
run: |
source venv/bin/activate
ls -l
bash ci/lint.sh