Fix typo and pylint
This commit is contained in:
2
.github/workflows/pylint.yml
vendored
2
.github/workflows/pylint.yml
vendored
@@ -24,4 +24,4 @@ jobs:
|
|||||||
- name: Test code with pylint
|
- name: Test code with pylint
|
||||||
run: |
|
run: |
|
||||||
pip install pylint
|
pip install pylint
|
||||||
pylint --rcfile=.pylintrc
|
pylint --rcfile=.pylintrc `find . -maxdepth 1 -type f -name '*.py'`
|
||||||
|
|||||||
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
|||||||
name: Cargo format libraries/cbor
|
name: Cargo format libraries/cbor
|
||||||
needs: initial_setup
|
needs: initial_setup
|
||||||
steps:
|
steps:
|
||||||
- runs: cd libraries/crypto
|
- run: cd libraries/crypto
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: fmt
|
command: fmt
|
||||||
@@ -44,7 +44,7 @@ jobs:
|
|||||||
name: Cargo format libraries/crypto
|
name: Cargo format libraries/crypto
|
||||||
needs: initial_setup
|
needs: initial_setup
|
||||||
steps:
|
steps:
|
||||||
- runs: cd libraries/crypto
|
- run: cd libraries/crypto
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: fmt
|
command: fmt
|
||||||
|
|||||||
Reference in New Issue
Block a user