Skip to content

chore(deps-dev): bump @open-rpc/meta-schema from 1.14.2 to 1.14.9 #507

chore(deps-dev): bump @open-rpc/meta-schema from 1.14.2 to 1.14.9

chore(deps-dev): bump @open-rpc/meta-schema from 1.14.2 to 1.14.9 #507

Workflow file for this run

on:
pull_request:
jobs:
lint:
name: lint
runs-on: ubuntu-18.04
steps:
- uses: actions/setup-node@v2
with:
node-version: '14.15.1'
- uses: actions/checkout@v2
- name: install eslint
run: npm install eslint@6.8.0 @typescript-eslint/parser@2.25.0 @typescript-eslint/eslint-plugin@2.25.0
- name: lint
run: ./node_modules/.bin/eslint . --ext .ts