Skip to content

Commit

Permalink
ci: rename check-docs job to doc
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <[email protected]>
  • Loading branch information
mkroening committed May 15, 2024
1 parent 2c5117c commit 98e9610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
- run: rustup component add rustfmt
- run: cargo fmt -- --check

check-docs:
name: Check docs
doc:
name: Doc
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 98e9610

Please sign in to comment.