Skip to content

Commit

Permalink
Added happy ever after
Browse files Browse the repository at this point in the history
Signed-off-by: chrismaree <[email protected]>
  • Loading branch information
chrismaree committed Sep 10, 2024
1 parent 99bd393 commit 1922aa2
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ jobs:
node-version: ${{ matrix.node }}
cache: "yarn"
- name: Setup Anchor & Build
- uses: metadaoproject/setup-anchor@v2
uses: metadaoproject/setup-anchor@v2
with:
anchor-version: "0.30.1"
solana-cli-version: "1.18.21"
node-version: "20.17.0"
- run: anchor build
- name: Build Anchor
run: anchor build
- name: Install packages
run: yarn install --frozen-lockfile
- name: Lint
Expand All @@ -42,12 +43,13 @@ jobs:
node-version: ${{ matrix.node }}
cache: "yarn"
- name: Setup Anchor & Build
- uses: metadaoproject/setup-anchor@v2
uses: metadaoproject/setup-anchor@v2
with:
anchor-version: "0.30.1"
solana-cli-version: "1.18.21"
node-version: "20.17.0"
- run: anchor build
- name: Build Anchor
run: anchor build
- name: Install packages
run: yarn install --frozen-lockfile
- name: Build
Expand All @@ -69,12 +71,13 @@ jobs:
node-version: ${{ matrix.node }}
cache: "yarn"
- name: Setup Anchor & Build
- uses: metadaoproject/setup-anchor@v2
uses: metadaoproject/setup-anchor@v2
with:
anchor-version: "0.30.1"
solana-cli-version: "1.18.21"
node-version: "20.17.0"
- run: anchor build
- name: Build Anchor
run: anchor build
- name: Install packages
run: yarn install --frozen-lockfile
- name: Install Foundry
Expand All @@ -100,12 +103,13 @@ jobs:
node-version: ${{ matrix.node }}
cache: "yarn"
- name: Setup Anchor & Build
- uses: metadaoproject/setup-anchor@v2
uses: metadaoproject/setup-anchor@v2
with:
anchor-version: "0.30.1"
solana-cli-version: "1.18.21"
node-version: "20.17.0"
- run: anchor build
- name: Build Anchor
run: anchor build
- name: Install packages
run: yarn install --frozen-lockfile
- name: Solhint
Expand Down

0 comments on commit 1922aa2

Please sign in to comment.