Skip to content

Commit

Permalink
GH pylint: Rename build to lint
Browse files Browse the repository at this point in the history
build is also being used on the package action, let's disambiguate them

Signed-off-by: Alexandros Kosiaris <akosiaris@gmail.com>
  • Loading branch information
akosiaris committed Jun 9, 2023
1 parent d49af1c commit f23a53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Pylint
on: [push]

jobs:
build:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit f23a53c

Please sign in to comment.