Skip to content

Remove .sa-body-editor and use .sa-editor instead (#8669) #1

Remove .sa-body-editor and use .sa-editor instead (#8669)

Remove .sa-body-editor and use .sa-editor instead (#8669) #1

Workflow file for this run

name: Scan code using ESLint
on:
push:
branches:
- master
paths:
- '**/*.js'
- eslint.config.mjs
- .github/workflows/eslint.yml
pull_request:
branches:
- master
paths:
- '**/*.js'
- eslint.config.mjs
- .github/workflows/eslint.yml
jobs:
scan:
name: Scan
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run ESLint
run: |
npm i globals @eslint/js @eslint/eslintrc
npx eslint . --config eslint.config.mjs