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

Rename workflows

parent ca40818e
Branches
Tags
No related merge requests found
......@@ -7,7 +7,7 @@ on: [push]
# - '!third_party/**'
jobs:
pylint:
mdlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
......
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment