Compare commits

..

No commits in common. "2e0bfa78420c0de68cca4d0bf792b4ea6832a292" and "0fb9cb0f0079c33d9d9aa6fad094fa02942bf9e9" have entirely different histories.

View file

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