Skip to content

Commit 7776dae

Browse files
committed
workspace:chore - iterate on workflow
1 parent 704fedc commit 7776dae

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: cargo clippy
4747

4848
- name: Run rustfmt
49-
run: rustfmt crates/**/*.rs --check
49+
run: cargo fmt --check --all
5050

5151
security:
5252
name: Security audit

.rustfmt.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
2222
# IN THE SOFTWARE.
2323

24+
edition = "2021"
2425
fn_params_layout = "compressed"
2526
max_width = 80
2627
struct_lit_width = 30

0 commit comments

Comments
 (0)