Skip to content

Commit 71751e7

Browse files
committed
fix: set path
1 parent 03d7df6 commit 71751e7

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/on-pull-request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ jobs:
1515
python-version: "3.13"
1616
- name: flake8 Lint
1717
uses: py-actions/flake8@v2
18+
with:
19+
path: plugin_code/

plugin_code/plugin_upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import xmlrpc.client
1111
from optparse import OptionParser
1212

13-
standard_library.install_aliases() # type: ignore
13+
standard_library.install_aliases() # type: ignore
1414

1515
# Configuration
1616
PROTOCOL = 'https'

0 commit comments

Comments
 (0)