diff options
| author | mat <git@matdoes.dev> | 2025-12-15 00:34:58 -0430 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-12-15 00:34:58 -0430 |
| commit | 174a94ab0a2c063aeedb9906590875b2cf51587a (patch) | |
| tree | b305255e2a0b7e96986f0d6815fd38b7e5e5d97a /.github/workflows/ci.yml | |
| parent | de48bfc94ea4e62a8d5702d456aa4e82ced3890c (diff) | |
| download | azalea-drasl-174a94ab0a2c063aeedb9906590875b2cf51587a.tar.xz | |
update doc workflow
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
