Co-authored-by: Gelu Vrabie <[email protected]> Co-authored-by: Alex Cheema <[email protected]> Co-authored-by: Seth Howes <[email protected]> Co-authored-by: Matt Beton <[email protected]> Co-authored-by: Alex Cheema <[email protected]>
11 lines
246 B
YAML
11 lines
246 B
YAML
name: Format Code
|
|
|
|
description: "Run code formatter"
|
|
|
|
runs:
|
|
using: "composite"
|
|
steps:
|
|
- name: Format code
|
|
run: nix --extra-experimental-features nix-command --extra-experimental-features flakes develop -c just fmt
|
|
shell: bash
|