Initial langage detection #16

Merged
buckbanzai merged 2 commits from detect-post-language into main 2024-02-11 13:58:46 -08:00
Showing only changes of commit 9891b8af87 - Show all commits

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