Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
onsails committed Feb 29, 2024
1 parent 00dc250 commit 5724492
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,17 @@ jobs:
- name: Pull LFS files
run: git lfs pull
- run: |
nix --version
echo test
make build
if: "env.GIT_DIFF != ''"
build-nix:
strategy:
matrix:
os: [nixos, macos-latest]
runs-on: ${{ matrix.os }}
runner: [nix, macos-latest]
runs-on: ${{ matrix.runner }}
steps:
- uses: actions/checkout@v4
- uses: haqq-network/nix-action@master
if: ${{ matrix.os == 'macos-latest' }}
if: ${{ matrix.runner == 'macos-latest' }}
with:
installNix: true
useCachix: false
Expand All @@ -56,7 +54,7 @@ jobs:
| jq -r '.[].outputs | to_entries[].value' \
| nix run nixpkgs#cachix push haqq
check-nix:
runs-on: [self-hosted, nixos]
runs-on: [self-hosted, nix]
steps:
- uses: actions/checkout@v4
- name: Check if nix package and Makefile versions match
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

build:
name: Check that proto builds and commited
runs-on: [self-hosted, nixos]
runs-on: [self-hosted, nix]
steps:
- uses: actions/checkout@v4
- run: |
Expand All @@ -32,7 +32,7 @@ jobs:
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1.28.1
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/buf-lint-action@v1
with:
input: "proto"
Expand All @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1.28.1
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/buf-breaking-action@v1
with:
input: "proto"
Expand Down
3 changes: 0 additions & 3 deletions proto/haqq/liquidvesting/v1/liquidvesting.proto
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
syntax = "proto3";
package haqq.liquidvesting.v1;

import "amino/amino.proto";
import "gogoproto/gogo.proto";
import "cosmos/vesting/v1beta1/vesting.proto";
import "google/protobuf/timestamp.proto";
import "cosmos/base/v1beta1/coin.proto";


option go_package = "github.com/haqq-network/haqq/x/liquidvesting/types";

Expand Down

0 comments on commit 5724492

Please sign in to comment.