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 cd55a75
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 cd55a75

Please sign in to comment.