Skip to content

fixed a bug

fixed a bug #6

Workflow file for this run

name: Hardhat Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 20 # You can specify your Node.js version here
- name: Install Dependencies
run: npm install
- name: Run Hardhat Tests
run: npx hardhat test
with:

Check failure on line 25 in .github/workflows/hardhat-tests.yml

View workflow run for this annotation

GitHub Actions / Hardhat Tests

Invalid workflow file

The workflow is not valid. .github/workflows/hardhat-tests.yml (Line: 25, Col: 9): Unexpected value 'with'
PRIVATE_KEY: ${{env.PRIVATE_KEY}}
PINATA_API_KEY: ${{env.PINATA_API_KEY}}