Skip to content

Commit

Permalink
build: add dprint CI check job
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Dec 23, 2024
1 parent 3514e4f commit a87f381
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,4 +215,10 @@ jobs:
- name: check msrv for trippy-dns
run: cargo msrv verify --output-format json --manifest-path crates/trippy-dns/Cargo.toml -- cargo check
- name: check msrv for trippy-privilege
run: cargo msrv verify --output-format json --manifest-path crates/trippy-privilege/Cargo.toml -- cargo check
run: cargo msrv verify --output-format json --manifest-path crates/trippy-privilege/Cargo.toml -- cargo check

style:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: dprint/[email protected]

0 comments on commit a87f381

Please sign in to comment.