Skip to content

Commit

Permalink
Fixed YAML error
Browse files Browse the repository at this point in the history
  • Loading branch information
krcb197 committed Aug 10, 2022
1 parent aba55c4 commit b7300c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
python -m pip install pytest
python -m pip install mypy
- name: Lint with pylint
run: pylint --rcfile tests/pylint.rc peakrdl_cheader
- name: Lint with pylint
run: pylint --rcfile tests/pylint.rc peakrdl_cheader

# - name: Typing check with mypy
# run: mypy src/peakrdl_python --config-file=tests/.mypy.ini
Expand Down

0 comments on commit b7300c6

Please sign in to comment.