Skip to content

[Snyk] Security upgrade python from 3.7-slim to 3.13.3-slim #13

[Snyk] Security upgrade python from 3.7-slim to 3.13.3-slim

[Snyk] Security upgrade python from 3.7-slim to 3.13.3-slim #13

Workflow file for this run

name: Python Lint CI
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
- name: Install tox
run: python -m pip install tox
- name: Lint
run: python -m tox -e lint