File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 11FROM ubuntu:latest
22
3- LABEL com.github.actions.name="clang-tidy check"
3+ LABEL com.github.actions.name="c-linter check"
44LABEL com.github.actions.description="Lint your code with clang-tidy in parallel to your builds"
55LABEL com.github.actions.icon="code"
66LABEL 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
1111WORKDIR /build
1212RUN 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
1615ADD runchecks.sh /entrypoint.sh
1716COPY . .
You can’t perform that action at this time.
0 commit comments