forked from humanprotocol/human-protocol
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'human-protocol/develop' into dashboard-…
…release
- Loading branch information
Showing
577 changed files
with
10,667 additions
and
7,452 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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
name: CVAT Exchange Oracle Lint | ||
|
||
on: | ||
push: | ||
paths: | ||
- 'packages/examples/cvat/exchange-oracle/**' | ||
- '.github/workflows/ci-lint-cvat-exchange-oracle.yaml' | ||
|
||
env: | ||
WORKING_DIR: ./packages/examples/cvat/exchange-oracle | ||
|
||
defaults: | ||
run: | ||
working-directory: ./packages/examples/cvat/exchange-oracle | ||
|
||
jobs: | ||
cvat-exo-lint: | ||
name: CVAT Exchange Oracle Lint | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-python@v5 | ||
with: | ||
cache: 'pip' | ||
cache-dependency-path: ${{ env.WORKING_DIR }}/poetry.lock | ||
- run: python -m pip install poetry | ||
- uses: actions/setup-python@v5 | ||
with: | ||
python-version: '3.10' | ||
cache: 'poetry' | ||
cache-dependency-path: ${{ env.WORKING_DIR }}/poetry.lock | ||
- run: poetry install --no-root --only dev | ||
- run: poetry run pre-commit run --all-files |
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
name: CVAT Recording Oracle Lint | ||
|
||
on: | ||
push: | ||
paths: | ||
- 'packages/examples/cvat/recording-oracle/**' | ||
- '.github/workflows/ci-lint-cvat-recording-oracle.yaml' | ||
|
||
env: | ||
WORKING_DIR: ./packages/examples/cvat/recording-oracle | ||
|
||
defaults: | ||
run: | ||
working-directory: ./packages/examples/cvat/recording-oracle | ||
|
||
jobs: | ||
cvat-exo-lint: | ||
name: CVAT Recording Oracle Lint | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-python@v5 | ||
with: | ||
cache: 'pip' | ||
cache-dependency-path: ${{ env.WORKING_DIR }}/poetry.lock | ||
- run: python -m pip install poetry | ||
- uses: actions/setup-python@v5 | ||
with: | ||
python-version: '3.10' | ||
cache: 'poetry' | ||
cache-dependency-path: ${{ env.WORKING_DIR }}/poetry.lock | ||
- run: poetry install --no-root --only lint | ||
- run: poetry run pre-commit run --all-files |
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
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
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
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.