Skip to content

Commit 856361c

Browse files
committed
Fix lint rc path
1 parent dc5c7d9 commit 856361c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
2626
- name: Run Lint
2727
run: |
28-
pylint --rcfile pylint.rc rdl_pygments
28+
pylint --rcfile .pylint.rc rdl_pygments
2929
3030
#-------------------------------------------------------------------------------
3131
build_sdist:

0 commit comments

Comments
 (0)