Skip to content

Avoid low collateralized legacy rngs from reverting #1068

Avoid low collateralized legacy rngs from reverting

Avoid low collateralized legacy rngs from reverting #1068

Workflow file for this run

name: On push
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
env:
CI: true
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- uses: pnpm/action-setup@v3
with:

Check failure on line 24 in .github/workflows/nodejs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/nodejs.yml

Invalid workflow file

You have an error in your yaml syntax on line 24
version: 8
- name: Install dependencies
run: |
pnpm install
- name: Check format
run: |
pnpm run fmt
- name: Compile solidity contracts
run: |
pnpm run compile
- name: Run tests
run: |
pnpm run test