codeowners-validation 0.4.10

A Rust library for validating CODEOWNERS files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
FROM rust:1-slim

RUN cargo install --locked codeowners-validation

COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh

WORKDIR /github/workspace

ENTRYPOINT ["/entrypoint.sh"]