Skip to content

feat: task to stop localnet #1

feat: task to stop localnet

feat: task to stop localnet #1

Workflow file for this run

name: Run Localnet
on:
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
start-localnet:

Check failure on line 12 in .github/workflows/run.yml

View workflow run for this annotation

GitHub Actions / Run Localnet

Invalid workflow file

The workflow is not valid. .github/workflows/run.yml (Line: 12, Col: 3): The workflow must contain at least one job with no dependencies.
runs-on: ubuntu-latest
needs: build
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "21"
registry-url: "https://registry.npmjs.org"
- name: Install Dependencies
run: yarn
- name: Start Localnet
run: yarn hardhat localnet --stop-after-init