We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5474d29 commit cd485b7Copy full SHA for cd485b7
1 file changed
.github/workflows/pull_request_ci.yml
@@ -15,6 +15,16 @@ jobs:
15
- name: Checkout repository
16
uses: actions/checkout@v4
17
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
28
- name: Run pylint
29
run: |
30
pylint tools/**
0 commit comments