Skip to content

Commit

Permalink
Merge pull request #1 from WilliamX-NEAR/setup/wake-arena
Browse files Browse the repository at this point in the history
👷 Setup Wake Arena
  • Loading branch information
WilliamX-NEAR authored Nov 19, 2024
2 parents 708aa68 + 6c00f10 commit 84d8f0e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/wake-arena-audit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Wake Arena Audit
run-name: ${{ github.actor }} prepared Wake Arena PR
on:
push:
branches:
- master #todo change to your main branch
jobs:
perform-audit:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install code dependencies
run: npm install
- name: Setup Wake arena
uses: Ackee-Blockchain/[email protected]
- name: Perform audit
env:
WAKE_ARENA_API_KEY: ${{ secrets.WAKE_ARENA_API_KEY }}
run: wake-arena check --name "${{ github.event.head_commit.message }}" --project "Bfzxvqsl"

0 comments on commit 84d8f0e

Please sign in to comment.