Skip to content

Commit

Permalink
chore: fix check executable
Browse files Browse the repository at this point in the history
  • Loading branch information
jahvon committed Oct 18, 2024
1 parent 958933d commit fd5bbc7
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions development.flow
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@ tags: [development]
executables:
- verb: run
name: checks
aliases: [precommit, pc, ci]
aliases: [precommit, pc, ci, validate]
description: |
Run the repository validation checks. This includes linting, tests, and code generation.
Validate should be run before committing changes.
serial:
parallel:
failFast: true
refs:
- generate code
- generate docs
- run linters
- run tests
maxThreads: 2
execs:
- ref: generate code
- ref: generate docs
- ref: run linters
- ref: run tests

- verb: build
name: binary
Expand Down

0 comments on commit fd5bbc7

Please sign in to comment.