Skip to content

security: restrict content script matches to specific domain in favic… #1063

security: restrict content script matches to specific domain in favic…

security: restrict content script matches to specific domain in favic… #1063

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm ci
- name: Run ESLint
run: npm run lint