Compare commits

..

No commits in common. "3cac5d5eca87d40238c156b223351daa34d8370f" and "f9041e0b5f87e89138175866799d609cea3edb0d" have entirely different histories.

View file

@ -2,7 +2,7 @@ when:
branch: main
steps:
- name: lint
image: python:3-slim
image: python:3-alpine
commands:
- python -m pip install --upgrade pip
- python -m pip install -r requirements.txt