mirror of
https://github.com/exo-explore/exo.git
synced 2025-12-23 22:27:50 -05:00
10 lines
158 B
YAML
10 lines
158 B
YAML
name: Format Code
|
|
|
|
description: "Run code formatter"
|
|
|
|
runs:
|
|
using: "composite"
|
|
steps:
|
|
- name: Format code
|
|
run: uv run poe fmt
|
|
shell: bash |