feat: add check-for-ignored script

Checks for ignored files that have been tracked by git.
This commit is contained in:
Paul Campbell 2025-01-13 09:04:18 +00:00
parent 5d372a60de
commit b853a6acec
3 changed files with 47 additions and 0 deletions

View file

@ -39,4 +39,6 @@ RUN rustup install nightly && rustup component add --toolchain nightly rustfmt c
RUN git config --global user.email "action@git.kemitix.net" && \
git config --global user.name "ForgeJo Action. See: https://git.kemitix.net/kemitix/rust"
COPY scripts/ /usr/local/bin/
WORKDIR /app