Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ jobs:
- name: Check License Header
uses: apache/skywalking-eyes/header@v0.7.0

- name: Install taplo-cli
uses: taiki-e/install-action@v2
with:
tool: taplo-cli@0.9.3
- name: Check toml format
run: make check-toml

Expand All @@ -65,12 +61,8 @@ jobs:
- name: Cargo clippy
run: make check-clippy

- name: Install cargo-machete
uses: taiki-e/install-action@v2
with:
tool: cargo-machete
- name: Cargo Machete
run: cargo machete
run: make cargo-machete

build:
runs-on: ${{ matrix.os }}
Expand Down
Loading