Skip to content

Commit

Permalink
Merge branch 'LedgerHQ:main' into mainARCHITECTURAL-SERVICE
Browse files Browse the repository at this point in the history
  • Loading branch information
alexaerk authored Oct 6, 2024
2 parents 6f2508c + 3079376 commit a10b5f3
Show file tree
Hide file tree
Showing 317 changed files with 24,554 additions and 11,464 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
name: Lint
# Set the agent to run on
runs-on: ubuntu-latest
permissions:
contents: read
statuses: write

##################
# Load all steps #
Expand All @@ -42,11 +45,13 @@ jobs:
# Run Linter against code base #
################################
- name: Lint
uses: github/super-linter@v5.0.0
uses: github/super-linter@v7
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.CI_BOT_TOKEN }}
GITHUB_TOKEN: ${{ github.token }}
# since we are only interested in linting the allowlist JSON file
VALIDATE_MARKDOWN: false
VALIDATE_NATURAL_LANGUAGE: false
VALIDATE_JSCPD: false
VALIDATE_CHECKOV: false
3 changes: 3 additions & 0 deletions .github/workflows/merge-dapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,13 @@ jobs:
merge:
runs-on: ubuntu-latest
name: Merge dApps assets lists
permissions:
contents: 'write'
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.CI_BOT_TOKEN }}
- uses: coursier/cache-action@v6
- uses: VirtusLab/scala-cli-setup@main
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger-merge-dapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Dispatch QA workflow
uses: benc-uk/[email protected].3
uses: benc-uk/[email protected].4
with:
workflow: merge-dapp.yml
token: ${{ secrets.CI_BOT_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ scripts/.scala-build/
.vscode/*
.github/scripts/.bsp
Kleros_update_logs.txt
setup.cfg
PR_comments.txt
.bsp
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @wahtique @onouguier-ledger @ascott-ledger @rowkee @ldg-github-ci
* @LedgerHQ/backend-core
Loading

0 comments on commit a10b5f3

Please sign in to comment.