Skip to content

Move browser-panel ObjC code to Objective-C file; Add more null checks #516

Move browser-panel ObjC code to Objective-C file; Add more null checks

Move browser-panel ObjC code to Objective-C file; Add more null checks #516

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@v2
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