summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-09-07 12:23:55 +0200
committerSanto Cariotti <santo@dcariotti.me>2024-09-07 12:23:55 +0200
commite59c7d1f8eeeb6c0d237aeceb9e478c7699cae2a (patch)
treebd1ae1134fe626ba8fa7ac172267e1347fdb1faf
parent33b6729add5616fdaab92b439dd224a9593eea68 (diff)
ci: Format and check
-rw-r--r--.github/workflows/rust.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 9fd45e0..fe36a22 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -16,6 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v4
+ - name: Check format
+ run: cargo fmt --check
- name: Build
run: cargo build --verbose
- name: Run tests