Skip to content

Commit

Permalink
Update CI job names
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter committed Aug 29, 2024
1 parent 9ab91a6 commit 4502b33
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ concurrency:

jobs:
spell_check:
name: Spell check
name: Spell Check
uses: ./.github/workflows/spell_check.yml

rust-tests:
name: Rust tests
uses: ./.github/workflows/rust_test.yml
rust_tests:
name: Tests
uses: ./.github/workflows/rust_tests.yml

trunk-check:
name: Trunk check
trunk_check:
name: Lint
uses: ./.github/workflows/trunk_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
test:
name: Run Tests
name: Rust
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/spell_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
spell-check:
name: Spell Check
runs-on: ubuntu-latest
timeout-minutes: 5

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trunk_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions: read-all

jobs:
trunk-check:
name: Trunk Check Runner
name: Trunk
runs-on: ubuntu-latest
permissions:
checks: write # For trunk to post annotations
Expand Down

0 comments on commit 4502b33

Please sign in to comment.