Run formatting and enforce formatting in CI

This commit is contained in:
jussisaurio
2024-07-23 23:14:36 +03:00
parent 77a61f3b9e
commit 588ab1af06
11 changed files with 244 additions and 99 deletions

View File

@@ -10,6 +10,12 @@ env:
CARGO_TERM_COLOR: always
jobs:
cargo-fmt-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check formatting
run: cargo fmt --check
build-native:
strategy:
matrix: