Skip to content

Trying reusable workflow #1

Trying reusable workflow

Trying reusable workflow #1

name: Reusable foundry anvil setup
on: workflow_call
jobs:
setup_node_foundry:
name: Foundry project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
cache: "yarn"
- name: Install project dependencies
run: yarn
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly

Check failure on line 27 in .github/workflows/anvil_foundry_setup.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/anvil_foundry_setup.yml

Invalid workflow file

You have an error in your yaml syntax on line 27
}