Skip to content

chore(deps-dev): bump eslint from 7.32.0 to 8.50.0 #339

chore(deps-dev): bump eslint from 7.32.0 to 8.50.0

chore(deps-dev): bump eslint from 7.32.0 to 8.50.0 #339

Workflow file for this run

on:
[pull_request]
name: Check
jobs:
check:
name: Run Unit Tests
# For public repo's GH recommends not using self hosted
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run tests
run: |
npm ci
npm test