Skip to content

chore(deps-dev): bump @babel/traverse from 7.14.5 to 7.23.3 #128

chore(deps-dev): bump @babel/traverse from 7.14.5 to 7.23.3

chore(deps-dev): bump @babel/traverse from 7.14.5 to 7.23.3 #128

Workflow file for this run

name: ESLinter
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
name: ESLint
steps:
- uses: actions/checkout@v2
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Install Dependencies
run: npm install
- name: Execute linter
run: |
npm run lint index.js
npm run lint config/**
npm run lint helpers/**
npm run lint test/**
cd .github/actions/schema-validator
npm run lint *.js