From 80b39eebf68df4a2a06c7eaaa8cf1c07b671ded1 Mon Sep 17 00:00:00 2001 From: Gonzalo <456459+grzuy@users.noreply.github.com> Date: Wed, 25 Oct 2023 16:38:55 -0300 Subject: [PATCH] ci: check rust code format --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55abb6f..d42a1bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,8 @@ jobs: otp_version: 25.3.2.7 steps: - uses: actions/checkout@v4 + - run: cargo fmt --check --manifest-path=native/candlex/Cargo.toml + if: ${{ matrix.lint }} - uses: erlef/setup-beam@v1 with: otp-version: ${{matrix.otp_version}}