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}}