Skip to content

Merge branch 'next' into android-5300 #733

Merge branch 'next' into android-5300

Merge branch 'next' into android-5300 #733

Workflow file for this run

name: "Lint"
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: clang-format
run: find Source Plugins/Bugsnag/Source/Bugsnag features/fixtures/generic/Source -name '*.h' -o -name '*.cpp' | xargs /usr/bin/clang-format-12 --dry-run --Werror
- name: cspell
run: npm install -g cspell && cspell Plugins/Bugsnag/**/*.{cpp,h}