From 174a94ab0a2c063aeedb9906590875b2cf51587a Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 15 Dec 2025 00:34:58 -0430 Subject: update doc workflow --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa1cceb5..09635d67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,3 +1,5 @@ +name: CI + on: push: pull_request: @@ -7,7 +9,6 @@ env: CARGO_INCREMENTAL: 0 # required so ci doesn't run out of space CARGO_TERM_COLOR: always -name: Cargo clippy & test jobs: clippy_and_test: runs-on: ubuntu-latest -- cgit v1.2.3