Skip to content

Commit

Permalink
ci: remove duplicate steps (rolldown#535)
Browse files Browse the repository at this point in the history
<!-- Thank you for contributing! -->

### Description

<!-- Please insert your description here and provide especially info about the "what" this PR is solving -->

### Test Plan

<!-- e.g. is there anything you'd like reviewers to focus on? -->

---
  • Loading branch information
hyf0 committed Mar 10, 2024
1 parent f38e7a0 commit ca56e02
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,6 @@ concurrency:
cancel-in-progress: ${{ github.ref_name != 'main' }}

jobs:
cargo-format:
name: Cargo Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Install Rust
uses: moonrepo/setup-rust@v1
with:
cache: false
components: rustfmt

- name: Run Format
run: cargo fmt --all -- --check

cargo-deny:
name: Cargo Deny
runs-on: ubuntu-latest
Expand All @@ -54,8 +39,8 @@ jobs:
- if: steps.filter.outputs.src == 'true'
run: cargo deny check

cargo-clippy:
name: Cargo Clippy
rust-lint:
name: Rust Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ca56e02

Please sign in to comment.