Skip to content

Bump eslint-plugin-unused-imports from 3.2.0 to 4.1.4 #370

Bump eslint-plugin-unused-imports from 3.2.0 to 4.1.4

Bump eslint-plugin-unused-imports from 3.2.0 to 4.1.4 #370

Workflow file for this run

name: Build Code
on: [push, pull_request, workflow_call]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: npm i
- name: Build
run: npm run prepublishOnly