Revert linting to Alpine #28

Merged
buckbanzai merged 1 commit from revert-linting-to-alpine into main 2024-03-29 16:21:35 -07:00
Showing only changes of commit e5631baa64 - Show all commits

View file

@ -2,9 +2,9 @@ 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
- python -m pip install ruff
- ruff check .
- ruff check .