Skip to content

Create page for LSP4 Metadata encoding #246

Create page for LSP4 Metadata encoding

Create page for LSP4 Metadata encoding #246

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@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
cache-dependency-path: ./package-lock.json
- name: Install
run: npm install
- name: Lint
run: npm run lint
- name: Build
run: npm run build