-
-
Notifications
You must be signed in to change notification settings - Fork 255
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add “check” prefix to all testing/linting/code-style dev scripts (#1791)
Related #1716. This PR introduces a consistent `check-` prefix for all dev scripts that are concerned with anything related to checking (i.e., testing, linting, code-style). - I consolidated `check-bash`+`build-bash` and `lint-frontend`+`build-javascript` into one script respectively. To me, that would make more sense than having too many fine-granular scripts. We do it the same way in the [`check-python` script](https://github.com/tiny-pilot/tinypilot/blob/master/dev-scripts/build-python) already. - I also renamed all CircleCI jobs to reflect the dev script names. - I renamed `build` to `check-all`, and, while on it, also added the missing invocations. The only script that I wouldn’t cover here is `check-e2e`, because it’s noticeably resource-heavy than all other scripts, and requires non-trivial prerequisites. <a data-ca-tag href="https://codeapprove.com/pr/tiny-pilot/tinypilot/1791"><img src="https://codeapprove.com/external/github-tag-allbg.png" alt="Review on CodeApprove" /></a> --------- Co-authored-by: Jan Heuermann <[email protected]>
- Loading branch information
1 parent
3323b23
commit 80c0420
Showing
10 changed files
with
47 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,4 @@ set -x | |
# Exit on unset variable. | ||
set -u | ||
|
||
./dev-scripts/build | ||
./dev-scripts/check-all |
This file was deleted.
Oops, something went wrong.