Merge branch 'master' of https://github.com/google/OpenSK into mingxguo-fuzzing

This commit is contained in:
mingxguo27
2020-08-13 17:20:15 +00:00
3 changed files with 29 additions and 26 deletions

View File

@@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
pip install 'tockloader==1.4' pylint
pip install 'tockloader==1.5' pylint
- name: Register matcher
run: echo ::add-matcher::./.github/python_matcher.json
- name: Test code with pylint