Skip to content

fix(plugin): renaming the plugin to eslint-plugin-readme #1781

fix(plugin): renaming the plugin to eslint-plugin-readme

fix(plugin): renaming the plugin to eslint-plugin-readme #1781

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 18
- 20
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint
- run: npm test