Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

name: Docs CI
name: Docs
on:
push:
pull_request:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

name: Erlang CI
name: Erlang
on:
push:
branches:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rust-ci.yml → .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

name: Rust CI
name: Rust
on:
push:
branches:
Expand All @@ -32,7 +32,7 @@ permissions:

jobs:
lint-rust:
name: Lint Rust with Clippy
name: Lint with Clippy
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -59,7 +59,7 @@ jobs:
run: cargo clippy --manifest-path=${{ matrix.manifest }} -- -Dwarnings

fmt-rust:
name: Check Rust Formatting with rustfmt
name: Check Formatting with rustfmt
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down