diff --git a/.github/workflows/mdlint.yml b/.github/workflows/mdlint.yml
index fad84c83a5c71357b9cfb3410a8c94d58cb73175..1925812ea4308e914fca85671b7a0c14da401690 100644
--- a/.github/workflows/mdlint.yml
+++ b/.github/workflows/mdlint.yml
@@ -7,7 +7,7 @@ on: [push]
 #      - '!third_party/**'
 
 jobs:
-  pylint:
+  mdlint:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v2
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index a3727a237eb2b80c9531bd031c05c9783ce5fe61..92a12ed8e78710bda664df37e1edb8449ad30ce1 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -1,3 +1,4 @@
+name: Cargo check
 on: [push]
 #  push:
 #    paths:
@@ -34,8 +35,8 @@ jobs:
     name: Cargo format libraries/cbor
     needs: initial_setup
     steps:
+      - runs: cd libraries/crypto
       - uses: actions-rs/cargo@v1
-        working-directory: libraries/cbor
         with:
           command: fmt
           args: --all -- --check
@@ -43,8 +44,8 @@ jobs:
     name: Cargo format libraries/crypto
     needs: initial_setup
     steps:
+      - runs: cd libraries/crypto
       - uses: actions-rs/cargo@v1
-        working-directory: libraries/crypto
         with:
           command: fmt
           args: --all -- --check