Skip to content

Enhance global.setup.js. #11

Enhance global.setup.js.

Enhance global.setup.js. #11

Workflow file for this run

name: Static Analysis
on:
push:
branches: master
pull_request:
branches: master
workflow_dispatch:
jobs:
js:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: Check out the source code
uses: actions/checkout@v4
- name: Run ESLint
uses: polylang/actions/eslint@main
with:
do-js: true
js-path: './src'
do-style: false