Skip to content

Commit

Permalink
chore(ci): pretty names for pipelines (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
timonv authored Jun 16, 2024
1 parent ba6d71c commit 678106c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
release-swiftide:
name: Swiftide
name: Crates.io
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: CI

on:
pull_request:
push:
Expand All @@ -13,6 +15,7 @@ env:

jobs:
lint-and-test:
name: Lint & Test
runs-on: ubuntu-latest

services:
Expand Down

0 comments on commit 678106c

Please sign in to comment.