Skip to content

Commit

Permalink
Merge pull request #2834 from CounterpartyXCP/develop
Browse files Browse the repository at this point in the history
v10.8.0-rc.1
  • Loading branch information
ouziel-slama authored Dec 12, 2024
2 parents 43333e6 + e8e0f85 commit 7239be4
Show file tree
Hide file tree
Showing 135 changed files with 44,874 additions and 20,289 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/propertytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
branches: "**"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/regtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
branches: "**"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruff-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ jobs:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
version: 0.7.4
version: 0.8.2
2 changes: 1 addition & 1 deletion .github/workflows/ruff-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ jobs:
- uses: chartboost/ruff-action@v1
with:
args: "format --check"
version: 0.7.4
version: 0.8.2
Loading

1 comment on commit 7239be4

@adamkrellenstein
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

apiary.manifest contains reference to non-existent file in repository. (Autogenerated message from apiary.io)

  • apiary.apib

Please sign in to comment.