Skip to content

Commit fb163ef

Browse files
committed
build: remove format + lint fix from codegen / run ruff format in check mode
Signed-off-by: Niels Pardon <[email protected]>
1 parent 56396e3 commit fb163ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ruff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
3232
- name: Run ruff formatter
3333
run: |
34-
uvx [email protected] format
34+
uvx [email protected] format --check

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
codegen: antlr codegen-proto codegen-extensions codegen-version format lint_fix
1+
codegen: antlr codegen-proto codegen-extensions codegen-version
22

33

44
antlr:

0 commit comments

Comments
 (0)