Skip to content

(#527)(#528) Support Content Security Policy #453

(#527)(#528) Support Content Security Policy

(#527)(#528) Support Content Security Policy #453

Workflow file for this run

name: ESLint
on: [pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v6
with:
node-version-file: 'package.json'
- run: yarn
- run: yarn eslint