-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: reorganise apollo and remove unused modules
- Loading branch information
1 parent
e65e0f0
commit cbd7e7e
Showing
232 changed files
with
19,640 additions
and
22,851 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,37 +19,6 @@ env: | |
on: [pull_request] | ||
|
||
jobs: | ||
lint: | ||
name: Lint changes | ||
runs-on: ubuntu-latest | ||
env: | ||
APPLY_FIXES: none | ||
APPLY_FIXES_EVENT: pull_request | ||
APPLY_FIXES_MODE: commit | ||
VALIDATE_ALL_CODEBASE: ${{ github.ref_name == 'main' }} | ||
DISABLE: COPYPASTE,SPELL | ||
DISABLE_LINTERS: REPOSITORY_CHECKOV,BASH_SHELLCHECK,C_CPPLINT,CPP_CPPLINT | ||
GITHUB_TOKEN: ${{ secrets.ATALA_GITHUB_TOKEN }} | ||
steps: | ||
- name: Checkout Code | ||
uses: actions/checkout@v3 | ||
with: | ||
token: ${{ secrets.ATALA_GITHUB_TOKEN }} | ||
fetch-depth: 0 | ||
|
||
- name: Mega-Linter | ||
id: ml | ||
uses: oxsecurity/[email protected] | ||
|
||
- name: Archive production artifacts | ||
if: ${{ success() || failure() }} | ||
uses: actions/upload-artifact@v3 | ||
with: | ||
name: Mega-Linter reports | ||
path: | | ||
report | ||
mega-linter.log | ||
build: | ||
strategy: | ||
matrix: | ||
|
@@ -69,26 +38,15 @@ jobs: | |
with: | ||
submodules: recursive | ||
|
||
- name: Validate Gradle Wrapper | ||
uses: gradle/wrapper-validation-action@v1 | ||
|
||
- name: Cache gradle | ||
uses: actions/cache@v3 | ||
with: | ||
path: | | ||
~/.gradle/caches | ||
~/.gradle/wrapper | ||
~/.konan | ||
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }} | ||
restore-keys: | | ||
${{ runner.os }}-gradle- | ||
- name: Install Java ${{ env.JAVA_VERSION }} | ||
uses: actions/setup-java@v3 | ||
with: | ||
java-version: ${{ env.JAVA_VERSION }} | ||
distribution: "zulu" | ||
|
||
- name: Gradle Build Action | ||
uses: gradle/gradle-build-action@v2 | ||
|
||
- name: Install NodeJS ${{ env.NODEJS_VERSION }} | ||
uses: actions/setup-node@v3 | ||
with: | ||
|
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
65 changes: 0 additions & 65 deletions
65
aes/src/androidMain/kotlin/io/iohk/atala/prism/apollo/aes/AES.kt
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
aes/src/androidMain/kotlin/io/iohk/atala/prism/apollo/aes/KAESAlgorithm.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.