Skip to content

chore(deps-dev): bump eslint from 8.48.0 to 8.49.0 #325

chore(deps-dev): bump eslint from 8.48.0 to 8.49.0

chore(deps-dev): bump eslint from 8.48.0 to 8.49.0 #325

Workflow file for this run

# This workflow will do a clean install of node dependencies and run the linter
name: Run linter
on: [pull_request, push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 18
uses: actions/setup-node@v1
with:
node-version: 18
- run: npm ci
- run: npm run lint