Skip to content

chore: extend frame-ancestors list #6316

chore: extend frame-ancestors list

chore: extend frame-ancestors list #6316

Workflow file for this run

name: Lint
on:
pull_request:
types: [opened, reopened, review_requested, ready_for_review, synchronize]
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
# ESLint and Prettier must be in `package.json`
- name: Install Node.js dependencies
run: yarn
- name: Run Translation Check
run: |
yarn translations:inspect
- name: Run linters
run: |
yarn lint