Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mweirauch committed Jul 15, 2024
1 parent 3ac7f5a commit 16f3d22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: CI

on:
pull_request:
push:
pull_request:
repository_dispatch:
types: [tag-release]

Expand Down Expand Up @@ -32,6 +32,8 @@ jobs:
toolchain: stable
components: rustfmt

- uses: Swatinem/rust-cache@v2

- name: Run cargo fmt
run: cargo fmt --all -- --check

Expand Down

0 comments on commit 16f3d22

Please sign in to comment.