Skip to content

Commit fd5bbc7

Browse files
committed
chore: fix check executable
1 parent 958933d commit fd5bbc7

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

development.flow

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@ tags: [development]
44
executables:
55
- verb: run
66
name: checks
7-
aliases: [precommit, pc, ci]
7+
aliases: [precommit, pc, ci, validate]
88
description: |
99
Run the repository validation checks. This includes linting, tests, and code generation.
1010
Validate should be run before committing changes.
11-
serial:
11+
parallel:
1212
failFast: true
13-
refs:
14-
- generate code
15-
- generate docs
16-
- run linters
17-
- run tests
13+
maxThreads: 2
14+
execs:
15+
- ref: generate code
16+
- ref: generate docs
17+
- ref: run linters
18+
- ref: run tests
1819

1920
- verb: build
2021
name: binary

0 commit comments

Comments
 (0)