Skip to content

Bump eslint-plugin-import from 2.29.1 to 2.30.0 #394

Bump eslint-plugin-import from 2.29.1 to 2.30.0

Bump eslint-plugin-import from 2.29.1 to 2.30.0 #394

Workflow file for this run

name: Coverage
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- name: Install Yarn
uses: borales/actions-yarn@v5
with:
cmd: install # will run `yarn install` command
- name: Test
run: yarn test
- uses: codecov/codecov-action@v4