Skip to content

Commit 7d9adbf

Browse files
committed
icon and des
1 parent c089248 commit 7d9adbf

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

DockerFile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ LABEL "com.github.actions.name"="creating error log using Flake8"
44
LABEL "com.github.actions.description"="run flake8 command and use black"
55
LABEL maintainer = "Vinayak Sharma <itssvinayak@gmail.com> "
66
LABEL "com.github.actions.icon"="code"
7-
LABEL "repository"=""
8-
LABEL "homepage"=""
7+
LABEL "repository"="https://github.com/itsvinayak/pylint-and-format.git"
8+
LABEL "homepage"="https://github.com/itsvinayak/pylint-and-format"
99

1010

1111
RUN pip install --upgrade pip

code.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
echo "Running style checks on ${inputs.filename}"
4-
flake8 ${inputs.filename} >> error.log
4+
flake8 ${inputs.filename} --count --select=E9,F63,F7,F82 --show-source --statistics
55

66
echo "formating ${inputs.filename}"
77
black ${inputs.filename}

0 commit comments

Comments
 (0)