Skip to content

Commit

Permalink
chore(ci): update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ChieloNewctle committed Nov 7, 2023
1 parent 952b2ac commit db0ff4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
fetch-depth: 0
- run: rustup update stable && rustup default stable
- run: rustup component add rustfmt
- run: cargo fmt --all -- --check
- run: cargo fmt --all --check

build_docs:
name: Docs
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
release-plz:
name: Release-plz
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit db0ff4e

Please sign in to comment.