Skip to content

Add function to signal the browser source from JavaScript #593

Add function to signal the browser source from JavaScript

Add function to signal the browser source from JavaScript #593

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