first commit

This commit is contained in:
2025-01-12 19:24:47 +00:00
parent f902085dd0
commit 3a7e1bddfb
3 changed files with 55 additions and 14 deletions

View File

@@ -2,10 +2,6 @@ FROM gitea/runner-images:ubuntu-latest
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
ENV PYTHONUNBUFFERED=1
RUN python3 -m pip install --no-cache --upgrade pip && \
python3 -m pip install --no-cache conventional-pre-commit==4.0.0
# Copies your code file from your action repository to the filesystem path `/` of the container
COPY entrypoint.sh /entrypoint.sh