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

Rename workflows

parent ca40818e
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ on: [push] ...@@ -7,7 +7,7 @@ on: [push]
# - '!third_party/**' # - '!third_party/**'
jobs: jobs:
pylint: mdlint:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
......
name: Cargo check
on: [push] on: [push]
# push: # push:
# paths: # paths:
...@@ -34,8 +35,8 @@ jobs: ...@@ -34,8 +35,8 @@ jobs:
name: Cargo format libraries/cbor name: Cargo format libraries/cbor
needs: initial_setup needs: initial_setup
steps: steps:
- runs: cd libraries/crypto
- uses: actions-rs/cargo@v1 - uses: actions-rs/cargo@v1
working-directory: libraries/cbor
with: with:
command: fmt command: fmt
args: --all -- --check args: --all -- --check
...@@ -43,8 +44,8 @@ jobs: ...@@ -43,8 +44,8 @@ jobs:
name: Cargo format libraries/crypto name: Cargo format libraries/crypto
needs: initial_setup needs: initial_setup
steps: steps:
- runs: cd libraries/crypto
- uses: actions-rs/cargo@v1 - uses: actions-rs/cargo@v1
working-directory: libraries/crypto
with: with:
command: fmt command: fmt
args: --all -- --check args: --all -- --check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment