Skip to content

Bit more spacing between paragraphs for events #4

Bit more spacing between paragraphs for events

Bit more spacing between paragraphs for events #4

Workflow file for this run

name: Lint
on:
pull_request:
types:
- opened
branches:
- master
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 18
- name: Install
run: npm ci
- name: Run eslint
run: npm run lint