-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6eb6844
commit be1b330
Showing
32 changed files
with
1,092 additions
and
852 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,9 @@ on: | |
jobs: | ||
ci: | ||
runs-on: ubuntu-latest | ||
env: | ||
RBYTE_SAMPLES_PARALLEL: 0 | ||
|
||
steps: | ||
- name: setup ssh | ||
uses: webfactory/[email protected] | ||
|
@@ -48,20 +51,9 @@ jobs: | |
enable-cache: true | ||
cache-dependency-glob: "**/pyproject.toml" | ||
|
||
- name: sync | ||
run: just sync | ||
|
||
- name: build protos | ||
run: just build-protos | ||
|
||
- name: format | ||
run: just format --check | ||
|
||
- name: lint | ||
run: just lint | ||
|
||
- name: typecheck | ||
run: just typecheck | ||
|
||
- name: test | ||
run: just test | ||
- run: just sync | ||
- run: just build | ||
- run: just format --check | ||
- run: just lint | ||
- run: just typecheck | ||
- run: just test |
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
Oops, something went wrong.