Skip to content

Bump eslint-plugin-import from 2.29.0 to 2.29.1 #150

Bump eslint-plugin-import from 2.29.0 to 2.29.1

Bump eslint-plugin-import from 2.29.0 to 2.29.1 #150

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Clone Repository
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
- name: Install Dependencies
run: npm ci
- name: Run Tests
run: npm test
env:
CI: true