Skip to content
Snippets Groups Projects
Commit ac800aa5 authored by Jean-Michel Picod's avatar Jean-Michel Picod
Browse files

Fix typo and pylint

parent 949e06ce
Branches
No related tags found
No related merge requests found
......@@ -24,4 +24,4 @@ jobs:
- name: Test code with pylint
run: |
pip install pylint
pylint --rcfile=.pylintrc
pylint --rcfile=.pylintrc `find . -maxdepth 1 -type f -name '*.py'`
......@@ -35,7 +35,7 @@ jobs:
name: Cargo format libraries/cbor
needs: initial_setup
steps:
- runs: cd libraries/crypto
- run: cd libraries/crypto
- uses: actions-rs/cargo@v1
with:
command: fmt
......@@ -44,7 +44,7 @@ jobs:
name: Cargo format libraries/crypto
needs: initial_setup
steps:
- runs: cd libraries/crypto
- run: cd libraries/crypto
- uses: actions-rs/cargo@v1
with:
command: fmt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment