Skip to content

Commit

Permalink
⬆️ Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tbunata committed Nov 12, 2024
1 parent 0d91fef commit 34afa26
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
on: [push]
on:
push:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Wake Arena environment
uses: ./
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Wake environment
uses: Ackee-Blockchain/[email protected].0
uses: Ackee-Blockchain/[email protected].1

- name: Wake up
run: wake --version
run: wake-arena --help
```
In the above example, the action is used after the code is checked out to set up an environment (install Wake and Foundry) and in the last step the `wake` command is executed.
In the above example, the action is used after the code is checked out to set up an environment (install Wake Arena) and in the last step the `wake` command is executed.

0 comments on commit 34afa26

Please sign in to comment.