Skip to content

Commit

Permalink
ci: check rust code format
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Oct 25, 2023
1 parent cee0dde commit 80b39ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 80b39ee

Please sign in to comment.