Skip to content

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

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 #988

Workflow file for this run

name: Tests
on:
push:
branches:
- "*"
- "!docs"
paths:
- "src/**"
- "test/**"
- "package.json"
- ".github/workflows/test.yml"
pull_request_target:
branches:
- "*"
- "!docs"
workflow_dispatch:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Node v16
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Install dependencies
run: yarn
- name: Run Tests
run: yarn test