Skip to content

Commit 1792741

Browse files
Update Dockerfile
1 parent 52ddaf3 commit 1792741

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Dockerfile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
FROM ubuntu:latest
22

3-
LABEL com.github.actions.name="clang-tidy check"
3+
LABEL com.github.actions.name="c-linter check"
44
LABEL com.github.actions.description="Lint your code with clang-tidy in parallel to your builds"
55
LABEL com.github.actions.icon="code"
66
LABEL com.github.actions.color="gray-dark"
77

8-
LABEL repository="https://github.com/smay1613/clang-tidy-action"
9-
LABEL maintainer="smay1613 <dimaafa0@gmail.com>"
8+
LABEL repository="https://github.com/ArtificialAmateur/cpp-linter-action"
9+
LABEL maintainer="ArtificialAmateur <20297606+ArtificialAmateur@users.noreply.github.com>"
1010

1111
WORKDIR /build
1212
RUN apt-get update
13-
RUN apt-get -qq -y install curl
14-
RUN apt-get -y -qq install clang-tidy cmake jq clang cppcheck
13+
RUN apt-get -qq -y install curl clang-tidy cmake jq clang cppcheck clang-format
1514

1615
ADD runchecks.sh /entrypoint.sh
1716
COPY . .

0 commit comments

Comments
 (0)