Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

chore(deps-dev): bump eslint from 8.49.0 to 8.50.0 #33

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

chore(deps-dev): bump eslint from 8.49.0 to 8.50.0 #33

Workflow file for this run

name: Continous Integration
on: [pull_request]
jobs:
jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm i
- name: Run tests
run: npm test