Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(definitions): add solana-test-validator.json #1

Merged
merged 1 commit into from
Mar 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@ labels:
- label: kind/feature
sync: true
matcher:
title: "^feat\\(.+\\)?: .+"
title: "^feat(\\(.+\\))?: .+"

- label: kind/fix
sync: true
matcher:
title: "^fix\\(.+\\)?: .+"
title: "^fix(\\(.+\\))?: .+"

- label: kind/chore
sync: true
matcher:
title: "^chore\\(.+\\)?: .+"
title: "^chore(\\(.+\\))?: .+"

- label: kind/refactor
sync: true
matcher:
title: "^refactor\\(.+\\)?: .+"
title: "^refactor(\\(.+\\))?: .+"

- label: kind/docs
sync: true
matcher:
title: "^docs\\(.+\\)?: .+"
title: "^docs(\\(.+\\))?: .+"

- label: kind/dependencies
sync: true
Expand All @@ -35,7 +35,7 @@ checks:
- context: 'Semantic Pull Request'
description:
success: Ready for review & merge.
failure: 'Missing semantic title or label for merge [kind(directory): title]'
failure: 'Missing semantic title for merge [kind(directory): title]'
labels:
any:
- kind/feature
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ permissions:
contents: read
packages: read

env:
BUILDKIT_PROGRESS: plain

jobs:
build:
name: Build
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
permissions:
contents: read

env:
BUILDKIT_PROGRESS: plain

jobs:
version:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion definitions/eip155-31337/hardhat.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Hardhat",
"containers": {
"hardhat": {
"image": "ghcr.io/fuxingloh/hardhat-container:2.19.4",
"image": "ghcr.io/fuxingloh/hardhat-container:2.22.1",
"source": "https://github.com/fuxingloh/hardhat-container",
"resources": {
"cpu": 0.25,
Expand Down
Loading