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

chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 #139

chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4

chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 #139

Workflow file for this run

name: ESLint
on:
pull_request:
push:
branches: main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run Build
run: npm run build
- name: Run ESLint
run: npm run lint