feat: add check-for-ignored
script
Checks for ignored files that have been tracked by git.
This commit is contained in:
parent
5d372a60de
commit
b853a6acec
3 changed files with 47 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue