Skip to content

chore(release): 0.2.13 #90

chore(release): 0.2.13

chore(release): 0.2.13 #90

Workflow file for this run

name: lint
on: [push]
jobs:
build:
name: Node.js ubuntu-latest 16.x
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: npm ci, and npm run lint
run: |
npm ci
npm run lint
env:
CI: true