diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b48a0a9..f8598c18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \ No newline at end of file + 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/check@v2.2 \ No newline at end of file