We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2580c29 commit 9ed7807Copy full SHA for 9ed7807
1 file changed
Makefile
@@ -17,7 +17,7 @@ stable:
17
foundry build build-aux/re.sonny.Workbench.json
18
19
devel:
20
- foundry build build-aux/re.sonny.Workbench.json build-aux/re.sonny.Workbench.Devel.json
+ foundry build build-aux/re.sonny.Workbench.Devel.json
21
22
build: devel
23
@@ -35,7 +35,7 @@ lint:
35
foundry devenv -- ruff format --config=$(ROOT)/src/langs/python/ruff.toml --check $(ROOT)/src/**/*.py
36
# Blueprint
37
foundry devenv -- blueprint-compiler format $(ROOT)/src/**/*.blp
38
- foundry devenv -- workbench-cli check blueprint $(ROOT)/src/**/*.blp
+ foundry run -- workbench-cli check blueprint $(ROOT)/src/**/*.blp
39
# Vala
40
# foundry run -- workbench-cli check vala src/**/*.vala
41
# CSS
0 commit comments