Skip to content

build(deps-dev): bump eslint from 8.45.0 to 8.46.0 #1475

build(deps-dev): bump eslint from 8.45.0 to 8.46.0

build(deps-dev): bump eslint from 8.45.0 to 8.46.0 #1475

Workflow file for this run

name: Validate
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
run: npm ci
- name: Validate
run: npm run validate
- name: Lint
run: npm run lint