Skip to content

Bump @typescript-eslint/eslint-plugin from 5.61.0 to 6.1.0 #136

Bump @typescript-eslint/eslint-plugin from 5.61.0 to 6.1.0

Bump @typescript-eslint/eslint-plugin from 5.61.0 to 6.1.0 #136

Workflow file for this run

name: Run Plugin Tests
on:
pull_request:
branches: ["main"]
workflow_dispatch:
# manually triggered
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: "npm"
- name: run tests
run: npm ci && npm test