Skip to content

Commit

Permalink
feat(definitions): add solana-test-validator.json (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh authored Mar 18, 2024
1 parent 260de90 commit f03d849
Show file tree
Hide file tree
Showing 13 changed files with 565 additions and 8 deletions.
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

0 comments on commit f03d849

Please sign in to comment.