Skip to content

Commit cd485b7

Browse files
committed
Add pylint for pylint test
1 parent 5474d29 commit cd485b7

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/pull_request_ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ jobs:
1515
- name: Checkout repository
1616
uses: actions/checkout@v4
1717

18+
- name: Setup Python
19+
uses: actions/setup-python@v4
20+
with:
21+
python-version: "3.x"
22+
23+
- name: Install dependencies
24+
run: |
25+
python -m pip install --upgrade pip
26+
python -m pip install pylint pyyaml
27+
1828
- name: Run pylint
1929
run: |
2030
pylint tools/**

0 commit comments

Comments
 (0)