Skip to content

chore(deps): update Java SDK (Android) to v8.13.1 (#929) #47

chore(deps): update Java SDK (Android) to v8.13.1 (#929)

chore(deps): update Java SDK (Android) to v8.13.1 (#929) #47

Workflow file for this run

name: "Lint"
on:
push:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- name: Clang Format
run: find plugin-dev/Source/Sentry plugin-dev/Source/SentryEditor -name '*.h' -o -name '*.cpp' | xargs /usr/bin/clang-format --dry-run --Werror