Skip to content

Commit

Permalink
fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Mar 13, 2024
1 parent 0e6ae89 commit 1ccd9d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:

jobs:
check:
name: "CI"
name: "check"
runs-on: ubuntu-latest
container:
image: "paritytech/ci-unified:bullseye-1.75.0-2024-01-22-v20240222"
Expand All @@ -33,7 +33,7 @@ jobs:
run: cargo check

test:
name: "CI"
name: "test"
runs-on: ubuntu-latest
container:
image: "paritytech/ci-unified:bullseye-1.75.0-2024-01-22-v20240222"
Expand All @@ -50,7 +50,7 @@ jobs:
run: cargo test

doc:
name: "CI"
name: "doc"
runs-on: ubuntu-latest
container:
image: "paritytech/ci-unified:bullseye-1.75.0-2024-01-22-v20240222"
Expand All @@ -66,7 +66,7 @@ jobs:
run: cargo doc

clippy:
name: "CI"
name: "clippy"
runs-on: ubuntu-latest
container:
image: "paritytech/ci-unified:bullseye-1.75.0-2024-01-22-v20240222"
Expand Down

0 comments on commit 1ccd9d5

Please sign in to comment.