Skip to content

VULN-1917 Upgrade golang.org/x/text and golang.org/x/net #78

VULN-1917 Upgrade golang.org/x/text and golang.org/x/net

VULN-1917 Upgrade golang.org/x/text and golang.org/x/net #78

Workflow file for this run

name: V1 Python Lint
on:
push:
branches: [ master, rabbitmq* ]
pull_request:
branches: [ master, rabbitmq* ]
jobs:
python-lint:
runs-on: ubuntu-latest
container: seldonio/python-builder:0.8
steps:
- uses: actions/checkout@v2
- name: lint-python
run: |
make -C python install_dev lint