Skip to content

Commit

Permalink
chore: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kdheepak committed Nov 14, 2024
1 parent 20b0a69 commit cfd8f5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ jobs:
TASKRC: taskwarrior-testdata/.taskrc
TASKDATA: taskwarrior-testdata/.task
RUST_BACKTRACE: full


generate_coverage:
uses: ./.github/workflows/generate_coverage.yml
# Avoid double-compiling taskwarrior if not cached, or wasting CI time if tests fail
needs: test

fmt:
name: Rustfm
name: Rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -80,4 +80,4 @@ jobs:
- uses: clechasseur/rs-cargo@v2
with:
command: clippy
args: -- -D warnings
args: -- -D warnings

0 comments on commit cfd8f5a

Please sign in to comment.