Skip to content

Commit 88b31e4

Browse files
authored
Merge pull request #150 from blairconrad/enforce-formatting
Check format when running build workflow
2 parents 1999cfd + e113d4a commit 88b31e4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,10 @@ jobs:
2424
path: |
2525
target/release/git-absorb
2626
target/release/git-absorb.exe
27+
28+
check-format:
29+
runs-on: ubuntu-latest
30+
steps:
31+
- uses: actions/checkout@v4
32+
- name: Check format
33+
run: cargo fmt --check

0 commit comments

Comments
 (0)