Skip to content

Commit

Permalink
Reformat code and introduce rustfmt check in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed Dec 11, 2024
1 parent e03108a commit d295622
Show file tree
Hide file tree
Showing 6 changed files with 499 additions and 266 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Rust

on: [push, pull_request]

jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Format
run: cargo fmt --all -- --check
Loading

0 comments on commit d295622

Please sign in to comment.