Skip to content

Update the README.md files and add examples for integration of near-workspaces-js with near-sdk-js #717

Update the README.md files and add examples for integration of near-workspaces-js with near-sdk-js

Update the README.md files and add examples for integration of near-workspaces-js with near-sdk-js #717

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
cache: 'yarn'
- run: yarn install
- run: yarn lint