Skip to content

Fix CSS injection for sites with 'require-trusted-types-for' #621

Fix CSS injection for sites with 'require-trusted-types-for'

Fix CSS injection for sites with 'require-trusted-types-for' #621

Workflow file for this run

name: Clang Format Check
on: [push, pull_request]
jobs:
ubuntu64:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Install clang format
run: |
sudo apt-get install -y clang-format-13
- name: Check the Formatting
run: |
./formatcode.sh
./CI/check-format.sh