Skip to content

Merge pull request #4170 from 0xB0D/master+alarms-fix #3136

Merge pull request #4170 from 0xB0D/master+alarms-fix

Merge pull request #4170 from 0xB0D/master+alarms-fix #3136

Workflow file for this run

name: CI ESLint
on:
push:
branches:
- '*'
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install ESLint
run: npm install [email protected] [email protected] [email protected] [email protected]
- name: Run ESLint
run: npx eslint --ext .js.php,.js .