Skip to content

Set the type for CustomEvent #1

Set the type for CustomEvent

Set the type for CustomEvent #1

Workflow file for this run

name: Linting JavaScript files
on:
pull_request:
branches:
- main
paths:
- 'packages/*/__tests__/**/*.test.js'
- 'packages/*/src/**/*.ts'
- 'eslint.config.js'
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
- run: npm ci
- run: npm run js-lint