Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

feat(NFT-000): deprecate sdk #1095

feat(NFT-000): deprecate sdk

feat(NFT-000): deprecate sdk #1095

Workflow file for this run

---
name: Lint
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: v18.1.0
cache: npm
- name: Install packages
run: npm ci
- uses: reviewdog/action-eslint@v1
with:
reporter: github-check
filter_mode: nofilter