Skip to content

build(deps-dev): bump ora from 0.2.3 to 7.0.1 #755

build(deps-dev): bump ora from 0.2.3 to 7.0.1

build(deps-dev): bump ora from 0.2.3 to 7.0.1 #755

Workflow file for this run

name: Lint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install
run: npm ci
- name: Run linting
run: make lint