WilliamX-NEAR prepared Wake Arena PR #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |