Skip to content

fix: remove not needed imports #64

fix: remove not needed imports

fix: remove not needed imports #64

Workflow file for this run

name: Lint Code
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- run: npm install
- run: npm run lint