Skip to content

Merge pull request #240 from linksplatform/dependabot/nuget/Tinkoff.I… #525

Merge pull request #240 from linksplatform/dependabot/nuget/Tinkoff.I…

Merge pull request #240 from linksplatform/dependabot/nuget/Tinkoff.I… #525

Workflow file for this run

name: Python Bot CI pipeline
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
container: debian:bullseye-slim
steps:
- run: apt update && apt -y install pylint
- uses: actions/checkout@v1
- name: Lint python bot
run: |
pylint ./python