Skip to content

Commit

Permalink
Fix workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
Piturnah committed Jan 30, 2024
1 parent 9bfbe00 commit 5afbc6e
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 @@ -10,7 +10,7 @@ env:
CARGO_TERM_COLOR: always

jobs:
Test (server):
Test_server:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Test
run: cargo test

Lint (server):
Lint_server:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Format
run: cargo fmt --check

Build (client):
Build_client:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Build
run: npm run build

Lint (client):
Lint_client:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 5afbc6e

Please sign in to comment.