Skip to content

renamed steps-to-build-deploy-contract.md -> building-deploying-smart… #372

renamed steps-to-build-deploy-contract.md -> building-deploying-smart…

renamed steps-to-build-deploy-contract.md -> building-deploying-smart… #372

Workflow file for this run

name: build
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '19'
cache: 'yarn'
- run: yarn install --immutable
- run: yarn build