Skip to content

Update ERC725 and LSP libraries #76

Update ERC725 and LSP libraries

Update ERC725 and LSP libraries #76

Workflow file for this run

name: Build and Lint
on:
pull_request:
branches:
- main
jobs:
build-and-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install
run: npm install
- name: Lint
run: npm run lint
- name: Build
run: npm run build