Skip to content

Commit

Permalink
name change (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
karpikpl authored Apr 5, 2024
1 parent a37ff2e commit bb98d9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Pylint action'
name: 'Pylint'
description: 'Lint code and annotate it'
author: 'Piotr Karpala'

Expand Down Expand Up @@ -57,3 +57,7 @@ runs:
head-sha: ${{ steps.changed_files.outputs.head_sha || github.sha }}
lint-file: pylint.json
pylint-result-code: ${{ steps.pylint.outputs.exitcode }}

branding:
icon: 'git-pull-request'
color: 'purple'
File renamed without changes.

0 comments on commit bb98d9f

Please sign in to comment.