Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

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

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

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

Workflow file for this run

name: Continuous Integration
on: [push]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@master
- name: Set up Node.js
uses: actions/setup-node@master
with:
node-version: 13
- name: Install dependencies
run: npm ci
- name: Lint JavaScript
run: npm run lint