Skip to content

[fix] capture exceptions in mini-app (#869) #2065

[fix] capture exceptions in mini-app (#869)

[fix] capture exceptions in mini-app (#869) #2065

Workflow file for this run

name: Check formatting of modified files
on:
push:
branches: ['master', 'develop', '!trying', '!staging']
pull_request:
branches: ['master', 'develop']
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Check .cpp, .h and .hpp files
run: ./check_format.x