Skip to content

Setup GitHub Action for linters on push and pull #7

Setup GitHub Action for linters on push and pull

Setup GitHub Action for linters on push and pull #7

Workflow file for this run

name: Lint plugin
on: [pull_request, push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "20.x"
- name: Lint plugin
run: |
npm install
npx eslint .