Skip to content

Update APIs of add-ons and core #253

Update APIs of add-ons and core

Update APIs of add-ons and core #253

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 17
- run: npm ci
- name: Run eslint
run: npm run lint